PHP Class PHPStan\Reflection\Php\UniversalObjectCrateProperty

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( ClassReflection $declaringClass )
$declaringClass PHPStan\Reflection\ClassReflection

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