• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/service.php
  • Класс: BitrixCalendarSharingNotificationService
  • Вызов: Service::setCrmDealLink
public function setCrmDealLink(CrmDealLink $crmDealLink): self
{
	$this->crmDealLink = $crmDealLink;

	return $this;
}