Exakat\Analyzer\Structures\ForeachWithList::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Foreach')->outIs('VALUE')->functioncallIs('\\list')->back('first');
        $this->prepareQuery();
        $this->atomIs('Foreach')->outIs('VALUE')->atomIs('Keyvalue')->outIs('VALUE')->functioncallIs('\\list')->back('first');
        $this->prepareQuery();
    }
ForeachWithList