On this page
Class AbstractDecorator
Common base class for event decorator subclasses.
Property Summary
-
$_callable protected
callable
Callable
-
$_options protected
array
Decorator options
Method Summary
__construct() public
Constructor.
__invoke() public
Invoke
_call() protected
Calls the decorated callable with the passed arguments.
Method Detail
__construct() public
__construct(callable $callable, array<string, mixed> $options = [])
Constructor.
Parameters
callable
$callable-
Callable.
array<string, mixed>
$options optional-
Decorator options.
__invoke() public
__invoke(): mixed
Invoke
Returns
mixed
Links
https://secure.php.net/manual/en/language.oop5.magic.php#object.invoke
_call() protected
_call(array $args): mixed
Calls the decorated callable with the passed arguments.
Parameters
array
$args-
Arguments for the callable.
Returns
mixed
Property Detail
$_callable protected
Callable
Type
callable
$_options protected
Decorator options
Type
array
© 2005–present 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/4.4/class-Cake.Event.Decorator.AbstractDecorator.html