Exakat\Analyzer\Variables\RealVariables::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Variable')->hasNoIn(array('GLOBAL'))->hasNoParent('Staticproperty', 'PROPERTY')->hasNoParent(array('Class', 'Trait'), array('PPP', 'ELEMENT', 'BLOCK'))->hasNoParent(array('Class', 'Trait'), array('LEFT', 'PPP', 'ELEMENT', 'BLOCK'))->hasNoParent('Ppp', 'PPP');
        $this->prepareQuery();
    }
RealVariables