PHPSA\Compiler\GlobalVariable::getSymbolType PHP Method

getSymbolType() public method

public getSymbolType ( ) : string
return string
    public function getSymbolType()
    {
        return 'global-variable';
    }