PHP Interface PHPStan\Reflection\ClassMemberReflection

Afficher le fichier Open project: phpstan/phpstan Interface Usage Examples

Méthodes publiques

Méthode Description
getDeclaringClass ( ) : ClassReflection
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

Method Details

getDeclaringClass() public méthode

public getDeclaringClass ( ) : ClassReflection
Résultat ClassReflection

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