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()

Parameters

$func_args

at line line 30
array getArguments()

Get the arguments for the callable

Return Value

array

at line line 41
callable getCallable()

Get the callable

Return Value

callable