• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/crm/notifymanager.php
  • Класс: BitrixCalendarSharingCrmNotifyManager
  • Вызов: NotifyManager::__construct
public function __construct(CrmDealLink $link, string $notifyType)
{
	$this->link = $link;
	$this->notifyType = $notifyType;
}