Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPStan
Reflection
MethodsClassReflectionExtension
PHP 인터페이스 PHPStan\Reflection\MethodsClassReflectionExtension
파일 보기
프로젝트 열기: phpstan/phpstan
공개 메소드들
메소드
설명
getMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
MethodReflection
hasMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
boolean
메소드 상세
getMethod()
공개
메소드
public
getMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
MethodReflection
$classReflection
ClassReflection
$methodName
string
리턴
MethodReflection
hasMethod()
공개
메소드
public
hasMethod
(
ClassReflection
$classReflection
,
string
$methodName
) :
boolean
$classReflection
ClassReflection
$methodName
string
리턴
boolean