PHP Class BetterReflection\TypesFinder\FindPropertyType

ファイルを表示 Open project: roave/better-reflection

Public Methods

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

Method Details

__invoke() public method

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