Exakat\Analyzer\Constants\CreatedOutsideItsNamespace::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\define')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 0)->atomIs('String')->regexIs('noDelimiter', '\\\\\\\\')->fetchContext()->regexIsNot('noDelimiter', '^" + context["namespace"].replaceAll( "\\\\\\\\", "\\\\\\\\\\\\\\\\" ) + "')->back('first');
        $this->prepareQuery();
    }
CreatedOutsideItsNamespace