• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basereport.php
  • Класс: BitrixReportVisualConstructorHandlerBaseReport
  • Вызов: BaseReport::__clone
public function __clone()
{
	foreach ($this->configurations as $key => $configuration)
	{
		$this->configurations[$key] = clone $configuration;
	}

	foreach ($this->formElementsList as $key => $formElement)
	{
		$this->formElementsList[$key] = clone $formElement;
	}
}