Exakat\Analyzer\Functions\IsGenerator::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->outIs('BLOCK')->atomInside(array('Yield', 'Yieldfrom'))->back('first');
        $this->prepareQuery();
    }
IsGenerator