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

analyze() public method

public analyze ( )
    public function analyze()
    {
        // method used in a static methodcall \a\b::b()
        $this->atomIs('Const')->outIs('CONST')->outIs('VALUE')->atomIs('Functioncall')->fullnspathIs('\\array')->back('first');
        $this->prepareQuery();
    }
ConstWithArray