Exakat\Analyzer\Namespaces\UseFunctionsConstants::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Use')->outIs(array('CONST', 'FUNCTION'))->back('first');
        $this->prepareQuery();
    }
UseFunctionsConstants