PHP Класс Eloquent\Phony\Reflection\HhvmFunctionSignatureInspector

Наследование: extends FunctionSignatureInspector
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( InvocableInspector $invocableInspector, FeatureDetector $featureDetector ) Construct a new function signature inspector.
signature ( ReflectionFunctionAbstract $function ) : array>\array Get the function signature of the supplied function.

Описание методов

__construct() публичный Метод

Construct a new function signature inspector.
public __construct ( InvocableInspector $invocableInspector, FeatureDetector $featureDetector )
$invocableInspector Eloquent\Phony\Invocation\InvocableInspector The invocable inspector to use.
$featureDetector FeatureDetector The feature detector to use.

signature() публичный Метод

Get the function signature of the supplied function.
public signature ( ReflectionFunctionAbstract $function ) : array>\array
$function ReflectionFunctionAbstract The function.
Результат array>\array