PHP Class BetterReflection\TypesFinder\FindPropertyType

Afficher le fichier Open project: roave/better-reflection

Méthodes publiques

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

Method Details

__invoke() public méthode

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