Exakat\Analyzer\Structures\VariableGlobal::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Global')->outIs('GLOBAL')->atomIs('Variable')->tokenIs('T_DOLLAR')->isNot('bracket', true)->outIs('NAME')->atomIs('Property')->back('first');
        $this->prepareQuery();
    }
VariableGlobal