15 if (!Loader::includeModule(
"photogallery"))
20 $this->
addToQueue($copiedSectionId,
"SectionGroupQueue");
22 Option::set($this->moduleId,
"SectionGroupChecker_".$copiedSectionId,
"Y");
25 "sectionId" => $sectionId,
26 "copiedSectionId" => $copiedSectionId,
27 "enumRatio" => ($this->enumRatio[$sectionId] ?: []),
28 "sectionsRatio" => ($this->sectionsRatio[$sectionId] ?: [])
30 Option::set($this->moduleId,
"SectionGroupStepper_".$copiedSectionId, serialize($queueOption));
32 $agent = \CAgent::getList([], [
33 "MODULE_ID" => $this->moduleId,
34 "NAME" => SectionStepper::class.
"::execAgent();"
38 SectionStepper::bind(1);