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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->outIs('NAME')->codeIs('__debugInfo')->hasClass()->back('first');
        $this->prepareQuery();
    }
debugInfoUsage