PHPStan\Analyser\UndefinedVariableException::getScope PHP 메소드

getScope() 공개 메소드

public getScope ( ) : Scope
리턴 Scope
    public function getScope() : Scope
    {
        return $this->scope;
    }