Trait DelegatesAwareTrait
Provides an object with the ability to perform lookups in other objects.
A "delegate object" acts as a fallback when the current object does not have a requested value.
This is a full implementation of Charcoal\Config\DelegatesAwareInterface
.
Direct Known Users
Charcoal\Config\AbstractConfigIndirect Known Users
Charcoal\Config\GenericConfig
final public
|
|
final public
|
#
addDelegate(
Appends a delegare object onto the delegate stack. |
final public
|
#
prependDelegate(
Prepends a delegare object onto the delegate stack. |
final protected
boolean
|
#
hasInDelegates( string $key )
Determines if a delegate object contains the specified key and if its value is not NULL. |
final protected
mixed
|
#
getInDelegates( string $key )
Returns the value from the specified key found on the first delegate object. |