Exakat\Analyzer\Performances\MakeOneCall::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\preg_replace_callback')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 2)->savePropertyAs('fullcode', 'string')->back('first')->nextSibling()->functioncallIs('\\preg_replace_callback')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 2)->samePropertyAs('fullcode', 'string')->back('first');
        $this->prepareQuery();
    }
MakeOneCall