Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PHPStan
Reflection
ClassMemberReflection
PHP Interface PHPStan\Reflection\ClassMemberReflection
显示文件
Open project: phpstan/phpstan
Interface Usage Examples
Public Methods
Method
Description
getDeclaringClass
( ) :
ClassReflection
isPrivate
( ) :
boolean
isPublic
( ) :
boolean
isStatic
( ) :
boolean
Method Details
getDeclaringClass()
public
method
public
getDeclaringClass
( ) :
ClassReflection
return
ClassReflection
isPrivate()
public
method
public
isPrivate
( ) :
boolean
return
boolean
isPublic()
public
method
public
isPublic
( ) :
boolean
return
boolean
isStatic()
public
method
public
isStatic
( ) :
boolean
return
boolean