Exakat\Analyzer\Php\Gotonames::analyze PHP Method

analyze() public method

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