PHP 클래스 Eloquent\Phony\Reflection\HhvmFunctionSignatureInspector

상속: extends FunctionSignatureInspector
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__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