PHP Class PHPStan\Analyser\UndefinedVariableException

Inheritance: extends PHPStan\AnalysedCodeException
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
__construct ( Scope $scope, string $variableName )
getScope ( ) : Scope
getVariableName ( ) : string

Method Details

__construct() public méthode

public __construct ( Scope $scope, string $variableName )
$scope Scope
$variableName string

getScope() public méthode

public getScope ( ) : Scope
Résultat Scope

getVariableName() public méthode

public getVariableName ( ) : string
Résultat string