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

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

public analyze ( )
    public function analyze()
    {
        // 3 level of ifthen (2 is OK)
        $this->atomIs('Ifthen')->outIs(array('THEN', 'ELSE'))->atomInside('Ifthen')->outIs(array('THEN', 'ELSE'))->atomInside('Ifthen')->back('first');
        $this->prepareQuery();
    }
NestedIfthen