Exakat\Analyzer\Classes\RedefinedDefault::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Ppp')->outIs('PPP')->savePropertyAs('propertyname', 'name')->inIsIE('LEFT')->_as('results')->inIs('PPP')->inIs('ELEMENT')->outIs('ELEMENT')->atomIs('Function')->outIs('NAME')->codeIs('__construct')->inIs('NAME')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Assignation')->codeIs('=')->outIs('LEFT')->atomIs('Property')->outIs('OBJECT')->codeIs('$this')->inIs('OBJECT')->outIs('PROPERTY')->samePropertyAs('code', 'name')->back('results');
        $this->prepareQuery();
    }
RedefinedDefault