Méthode | Description | |
---|---|---|
__construct ( |
Construct a new function signature inspector. | |
callbackSignature ( callable $callback ) : array |
Get the function signature of the supplied callback. | |
instance ( ) : |
Get the static instance of this inspector. | |
signature ( ReflectionFunctionAbstract $function ) : array |
Get the function signature of the supplied function. |
public __construct ( |
||
$invocableInspector | The invocable inspector to use. |
public callbackSignature ( callable $callback ) : array |
||
$callback | callable | The callback. |
Résultat | array |
public static instance ( ) : |
||
Résultat | The static inspector. |
abstract public signature ( ReflectionFunctionAbstract $function ) : array |
||
$function | ReflectionFunctionAbstract | The function. |
Résultat | array |