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
MethodsClassReflectionExtension
PHP Interface PHPStan\Reflection\MethodsClassReflectionExtension
显示文件
Open project: phpstan/phpstan
Public Methods
Method
Description
getMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
MethodReflection
hasMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
boolean
Method Details
getMethod()
public
method
public
getMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
MethodReflection
$classReflection
ClassReflection
$methodName
string
return
MethodReflection
hasMethod()
public
method
public
hasMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
boolean
$classReflection
ClassReflection
$methodName
string
return
boolean