public
|
#
__construct(
mixed
$t,
string
$m = NULL
)
Do not call directly, use callback() function. Do not call directly, use callback() function. Parameters$t mixed class, object, function, callback$m string method |
public
mixed
|
#
__invoke(
)
Invokes callback. Do not call directly. Invokes callback. Do not call directly. |
public
mixed
|
#
invoke(
)
Invokes callback. Invokes callback. |
public
mixed
|
#
invokeArgs(
array
$args
)
Invokes callback with an array of parameters. Invokes callback with an array of parameters. Parameters$args array |
public
bool
|
#
isCallable(
)
Verifies that callback can be called. Verifies that callback can be called. |
public
callback
|
#
getNative(
)
Returns PHP callback pseudotype. Returns PHP callback pseudotype. |
public
string
|
#
__toString(
)
|