Trait PrototypeTrait
- ICanBoogie\PrototypeTrait uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\Accessor\SerializableTrait (not available)
Direct Known Users
Methods summary
public
__call( string $method, array $arguments )
: mixed
If a property exists with the name specified by $method and holds an object which class
implements __invoke then the object is called with the arguments. Otherwise, calls are
forwarded to the $prototype.
public
has_method( string $method )
: boolean
Checks whether this object supports the specified method.
protected
get_prototype( void )
: ICanBoogie\Prototype
Returns the prototype associated with the class.