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

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Phpcode')->codeIs(array('<?', '<script language="php">', '<%=', '<%'), true);
        $this->prepareQuery();
    }
ShortTags