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