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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\dirname')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 0)->atomIs('Magicconstant')->codeIs('__FILE__')->back('first');
        $this->prepareQuery();
    }
CouldUseDir