Exakat\Analyzer\Php\Gotonames::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Goto')->outIs('GOTO');
        $this->prepareQuery();
    }
Gotonames