PHP Interface PHPStan\Reflection\PropertiesClassReflectionExtension

Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
getProperty ( ClassReflection $classReflection, string $propertyName ) : PHPStan\Reflection\PropertyReflection
hasProperty ( ClassReflection $classReflection, string $propertyName ) : boolean

Method Details

getProperty() public méthode

public getProperty ( ClassReflection $classReflection, string $propertyName ) : PHPStan\Reflection\PropertyReflection
$classReflection ClassReflection
$propertyName string
Résultat PHPStan\Reflection\PropertyReflection

hasProperty() public méthode

public hasProperty ( ClassReflection $classReflection, string $propertyName ) : boolean
$classReflection ClassReflection
$propertyName string
Résultat boolean