• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/calendar/notification/abstractservice.php
  • Класс: Bitrix\Crm\Integration\Calendar\Notification\AbstractService
  • Вызов: AbstractService::setCrmDealLink
public function setCrmDealLink(CrmDealLink $crmDealLink): self
{
	$this->crmDealLink = $crmDealLink;

	return $this;
}