Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PHPStan
Analyser
UndefinedVariableException
PHP Class PHPStan\Analyser\UndefinedVariableException
Inheritance:
extends
PHPStan\AnalysedCodeException
Show file
Open project: phpstan/phpstan
Public Methods
Method
Description
__construct
(
Scope
$scope
,
string
$variableName
)
getScope
( ) :
Scope
getVariableName
( ) :
string
Method Details
__construct()
public
method
public
__construct
(
Scope
$scope
,
string
$variableName
)
$scope
Scope
$variableName
string
getScope()
public
method
public
getScope
( ) :
Scope
return
Scope
getVariableName()
public
method
public
getVariableName
( ) :
string
return
string