Callback
class Callback
PHP callable tools.
Methods
static mixed
invoke($callable)
Invokes callback.
static mixed
invokeArgs($callable, array $args = array())
Invokes callback with an array of parameters.
static mixed
invokeSafe($function, array $args, $onError)
Invokes internal PHP function with own error handler.
static callable
check($callable, $syntax = FALSE)
No description
static string
toString($callable)
No description
toReflection($callable)
No description
static bool
isStatic($callable)
No description
Details
at line 26
static Closure
closure($callable, $m = NULL)
No description
at line 47
static mixed
invoke($callable)
Invokes callback.
at line 58
static mixed
invokeArgs($callable, array $args = array())
Invokes callback with an array of parameters.
at line 71
static mixed
invokeSafe($function, array $args, $onError)
internal |
Invokes internal PHP function with own error handler.
at line 104
static callable
check($callable, $syntax = FALSE)
No description
at line 119
static string
toString($callable)
No description
at line 138
static ReflectionMethod|ReflectionFunction
toReflection($callable)
No description
at line 163
static bool
isStatic($callable)
No description
at line 174
static callable
unwrap(Closure $closure)
internal |
Unwraps closure created by self::closure(), used i.e. by ObjectMixin in PHP < 5.4