Exakat\Analyzer\Php\GlobalWithoutSimpleVariable::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Global')->outIs('GLOBAL')->tokenIs('T_DOLLAR')->back('first');
        $this->prepareQuery();
    }
GlobalWithoutSimpleVariable