PHP 클래스 BetterReflection\TypesFinder\FindReturnType

파일 보기 프로젝트 열기: roave/better-reflection

공개 메소드들

메소드 설명
__invoke ( ReflectionFunctionAbstract $function ) : phpDocumentor\Reflection\Type[] Given a function, attempt to find the return type.

비공개 메소드들

메소드 설명
createContextForFunction ( ReflectionFunctionAbstract $function ) : phpDocumentor\Reflection\Types\Context

메소드 상세

__invoke() 공개 메소드

Given a function, attempt to find the return type.
public __invoke ( ReflectionFunctionAbstract $function ) : phpDocumentor\Reflection\Type[]
$function BetterReflection\Reflection\ReflectionFunctionAbstract
리턴 phpDocumentor\Reflection\Type[]