Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PHPStan
Reflection
ClassMemberReflection
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