PHP Class PHPStan\Reflection\PhpParser\PhpParserNameClassReflectionExtension

Inheritance: implements 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 PHPStan\Reflection\ClassReflection
$propertyName string
Résultat PHPStan\Reflection\PropertyReflection

hasProperty() public méthode

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