|
| $publicAttribute = 'foo' |
|
| $foo = 1 |
|
| $bar = 2 |
|
| $publicArray = ['foo'] |
|
|
static | $publicStaticAttribute = 'foo' |
|
|
| $protectedAttribute = 'bar' |
|
| $privateAttribute = 'baz' |
|
| $protectedArray = ['bar'] |
|
| $privateArray = ['baz'] |
|
| $protectedParentAttribute = 'bar' |
|
|
static | $protectedStaticAttribute = 'bar' |
|
static | $privateStaticAttribute = 'baz' |
|
static | $protectedStaticParentAttribute = 'foo' |
|
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/tests/_files/ClassWithNonPublicAttributes.php