Expanded class hierarchy of ParentClassWithPrivateAttributes
class ParentClassWithPrivateAttributes {
private static $privateStaticParentAttribute = 'foo';
private $privateParentAttribute = 'bar';
}
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParentClassWithPrivateAttributes:: |
private | property | ||
ParentClassWithPrivateAttributes:: |
private static | property |