MessageBase::copyConfiguration

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. MessageBase
  4. copyConfiguration
  • Модуль: 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);
}

Добавить комментарий