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
Analyser
UndefinedVariableException
PHP 클래스 PHPStan\Analyser\UndefinedVariableException
상속:
extends
PHPStan\AnalysedCodeException
파일 보기
프로젝트 열기: phpstan/phpstan
공개 메소드들
메소드
설명
__construct
(
Scope
$scope
,
string
$variableName
)
getScope
( ) :
Scope
getVariableName
( ) :
string
메소드 상세
__construct()
공개
메소드
public
__construct
(
Scope
$scope
,
string
$variableName
)
$scope
Scope
$variableName
string
getScope()
공개
메소드
public
getScope
( ) :
Scope
리턴
Scope
getVariableName()
공개
메소드
public
getVariableName
( ) :
string
리턴
string