InheritedProperty
class InheritedProperty
A value and inherit-source pair
Properties
| private | $value | ||
| private | $source |
Methods
GetValue()
Returns the value of the inherited property
BaseObject|null
GetSource()
Returns the source object of the inherited property
__construct($value, BaseObject|null $source)
No description
Details
at line 15
GetValue()
Returns the value of the inherited property
at line 18
BaseObject|null
GetSource()
Returns the source object of the inherited property
at line 20
__construct($value, BaseObject|null $source)
No description