Interface DelegatesAwareInterface
Describes an object that can perform lookups in other objects.
This interface can be fully implemented with its accompanying Charcoal\Config\DelegatesAwareTrait
.
Direct known implementers
Charcoal\Config\ConfigInterface
public
|
|
public
|
#
addDelegate(
Appends a delegare object onto the delegate stack. |
public
|
#
prependDelegate(
Prepends a delegare object onto the delegate stack. |