• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/copy/integration/groupstepper.php
  • Класс: BitrixLandingCopyIntegrationGroupStepper
  • Вызов: GroupStepper::getPageCopier
private function getPageCopier(int $copiedSiteId): EntityCopier
{
	$pageCopyImplementer = new LandingCopyImplementLanding();
	$pageCopyImplementer->setTargetSiteId($copiedSiteId);

	return new EntityCopier($pageCopyImplementer);
}