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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\preg_match')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 2)->savePropertyAs('code', 'results')->back('first')->nextSibling()->atomIs('Assignation')->outIs('RIGHT')->atomIs('Array')->outIsIE('VARIABLE')->samePropertyAs('code', 'results')->back('first');
        $this->prepareQuery();
    }
ResultMayBeMissing