Common base class for event decorator subclasses.
$_callable
protected callable
$_options
protected array
__construct( callable $callable , array $options [] )
Constructor.
$callable
$options
optional [] __invoke( )
Invoke
_call( array $args )
Calls the decorated callable with the passed arguments.
$args
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.Event.Decorator.AbstractDecorator.html