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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->analyzerIs('Functions/IsExtFunction')->isNotLowerCase('code');
        $this->prepareQuery();
        // some of the keywords are lost anyway : implements, extends, as in foreach(), endforeach/while/for/* are lost in tokenizer (may be keep track of that)
    }
UpperCaseFunction