PHP 클래스 BetterReflection\TypesFinder\FindPropertyType

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

공개 메소드들

메소드 설명
__invoke ( ReflectionProperty $reflectionProperty ) : phpDocumentor\Reflection\Type[] Given a property, attempt to find the type of the property.

메소드 상세

__invoke() 공개 메소드

Given a property, attempt to find the type of the property.
public __invoke ( ReflectionProperty $reflectionProperty ) : phpDocumentor\Reflection\Type[]
$reflectionProperty BetterReflection\Reflection\ReflectionProperty
리턴 phpDocumentor\Reflection\Type[]