Exakat\Analyzer\Structures\ShortTags::analyze PHP Method

analyze() public method

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