Method | Description | |
---|---|---|
__construct ( |
Construct a new function signature inspector. | |
signature ( ReflectionFunctionAbstract $function ) : array |
Get the function signature of the supplied function. |
public __construct ( |
||
$invocableInspector | The invocable inspector to use. | |
$featureDetector | The feature detector to use. |
public signature ( ReflectionFunctionAbstract $function ) : array |
||
$function | ReflectionFunctionAbstract | The function. |
return | array |