• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/returncustomer/messagebase.php
  • Класс: Bitrix\Sender\Integration\Crm\ReturnCustomer\MessageBase
  • Вызов: MessageBase::copyConfiguration
public function copyConfiguration($id)
{
	return Entity\Message::create()
		->setCode($this->getCode())
		->copyConfiguration($id);
}