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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Foreach')->outIs('VALUE')->outIsIE(array('KEY', 'VALUE'))->is('reference', false)->savePropertyAs('fullcode', 'blind')->back('first')->outIs('BLOCK')->atomInside('Variable')->samePropertyAs('fullcode', 'blind')->analyzerIs('Variables/IsModified')->back('first');
        $this->prepareQuery();
    }
DontChangeBlindKey