Trait ForwardUndefinedPropertiesToApplication
Forwards undefined properties to the application.
Note: This trait is to be used by classes extending \ICanBoogie\Accessor\AccessorTrait.
Methods summary
protected
mixed
|
#
last_chance_get( string $property, boolean & $success )
Tries to get the undefined property from the application. |