__construct() __construct(callable $callable, array $options = array()) Constructor. Parameters callable $callable Callable. array $options Decorator options.
_call() _call(array $args) : mixed Calls the decorated callable with the passed arguments. Parameters array $args Arguments for the callable. Returns mixed