PHP Class PHPStan\Reflection\Php\PhpPropertyReflection

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

Méthodes publiques

Méthode Description
__construct ( ClassReflection $declaringClass, PHPStan\Type\Type $type, ReflectionProperty $reflection )
getDeclaringClass ( ) : ClassReflection
getType ( ) : PHPStan\Type\Type
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

Method Details

__construct() public méthode

public __construct ( ClassReflection $declaringClass, PHPStan\Type\Type $type, ReflectionProperty $reflection )
$declaringClass PHPStan\Reflection\ClassReflection
$type PHPStan\Type\Type
$reflection ReflectionProperty

getDeclaringClass() public méthode

public getDeclaringClass ( ) : ClassReflection
Résultat PHPStan\Reflection\ClassReflection

getType() public méthode

public getType ( ) : PHPStan\Type\Type
Résultat PHPStan\Type\Type

isPrivate() public méthode

public isPrivate ( ) : boolean
Résultat boolean

isPublic() public méthode

public isPublic ( ) : boolean
Résultat boolean

isStatic() public méthode

public isStatic ( ) : boolean
Résultat boolean