Exakat\Analyzer\Interfaces\EmptyInterface::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Interface')->outIs('BLOCK')->is('count', 1)->outIs('ELEMENT')->atomIs('Void')->back('first');
        $this->prepareQuery();
    }
EmptyInterface