PHP Class PHPStan\Reflection\Php\UniversalObjectCratesClassReflectionExtension

Inheritance: implements PHPStan\Reflection\PropertiesClassReflectionExtension
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( array $classes )
$classes array

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