ClosureArgumentsPair
class ClosureArgumentsPair
Methods
__construct($func_args)
Accepts an array of arguments, normally the result of func_get_args()
array
getArguments()
Get the arguments for the closure
getClosure()
Get the closure
Details
at line line 19
__construct($func_args)
Accepts an array of arguments, normally the result of func_get_args()
at line line 32
array
getArguments()
Get the arguments for the closure
at line line 43
Closure
getClosure()
Get the closure