Exakat\Analyzer\Files\IsCliScript::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('File')->outIs('FILE')->atomIs('Sequence')->outWithRank('ELEMENT', 0)->tokenIs('T_INLINE_HTML')->regexIs('code', '^#')->back('first');
        $this->prepareQuery();
    }
IsCliScript