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