Lggr
Public Attributes | Static Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
ClassWithNonPublicAttributes Class Reference
Inheritance diagram for ClassWithNonPublicAttributes:
Inheritance graph
[legend]
Collaboration diagram for ClassWithNonPublicAttributes:
Collaboration graph
[legend]

Public Attributes

 $publicAttribute = 'foo'
 
 $foo = 1
 
 $bar = 2
 
 $publicArray = ['foo']
 

Static Public Attributes

static $publicStaticAttribute = 'foo'
 

Protected Attributes

 $protectedAttribute = 'bar'
 
 $privateAttribute = 'baz'
 
 $protectedArray = ['bar']
 
 $privateArray = ['baz']
 
- Protected Attributes inherited from ParentClassWithProtectedAttributes
 $protectedParentAttribute = 'bar'
 

Static Protected Attributes

static $protectedStaticAttribute = 'bar'
 
static $privateStaticAttribute = 'baz'
 
- Static Protected Attributes inherited from ParentClassWithProtectedAttributes
static $protectedStaticParentAttribute = 'foo'
 

The documentation for this class was generated from the following file: