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
Rules
Classes
ExistingClassInInstanceOfRule
PHP 클래스 PHPStan\Rules\Classes\ExistingClassInInstanceOfRule
상속:
implements
PHPStan\Rules\Rule
파일 보기
프로젝트 열기: phpstan/phpstan
공개 메소드들
메소드
설명
__construct
(
Broker
$broker
)
getNodeType
( ) :
string
processNode
(
PhpParser\Node
$node
,
Scope
$scope
) :
array
메소드 상세
__construct()
공개
메소드
public
__construct
(
Broker
$broker
)
$broker
PHPStan\Broker\Broker
getNodeType()
공개
메소드
public
getNodeType
( ) :
string
리턴
string
processNode()
공개
메소드
public
processNode
(
PhpParser\Node
$node
,
Scope
$scope
) :
array
$node
PhpParser\Node
$scope
PHPStan\Analyser\Scope
리턴
array