CallableArgumentsPair
class CallableArgumentsPair
Methods
__construct($func_args)
Accepts an array of arguments, normally the result of func_get_args()
array
getArguments()
Get the arguments for the callable
callable
getCallable()
Get the callable
Details
at line line 17
__construct($func_args)
Accepts an array of arguments, normally the result of func_get_args()
at line line 30
array
getArguments()
Get the arguments for the callable
at line line 41
callable
getCallable()
Get the callable