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

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

public analyze ( )
    public function analyze()
    {
        $functions = array('\\array_merge', '\\array_merge_recursive', '\\file_put_contents');
        $this->atomFunctionIs($functions)->hasLoop()->goToLoop();
        $this->prepareQuery();
    }
ArrayMergeInLoops