class ParentClassWithPrivateAttributes in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/ClassWithNonPublicAttributes.php \ParentClassWithPrivateAttributes
Hierarchy
Expanded class hierarchy of ParentClassWithPrivateAttributes
File
- vendor/
phpunit/ phpunit/ tests/ _files/ ClassWithNonPublicAttributes.php, line 2
View source
class ParentClassWithPrivateAttributes {
private static $privateStaticParentAttribute = 'foo';
private $privateParentAttribute = 'bar';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParentClassWithPrivateAttributes:: |
private | property | ||
ParentClassWithPrivateAttributes:: |
private static | property |