• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/event.php
  • Класс: BitrixCalendarCoreEventEvent
  • Вызов: Event::setRemindCollection
public function setRemindCollection(?PropertiesRemindCollection $remindCollection): Event
{
	$this->remindCollection = $remindCollection;

	return $this;
}