• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/eventbuilderfromgetlist.php
  • Класс: BitrixCalendarCoreBuildersEventBuilderFromGetList
  • Вызов: EventBuilderFromGetList::getReminders
protected function getReminders(): EventPropertiesRemindCollection
//	{
//		if (!is_array($this->fields['REMIND']))
//		{
//			return new EventPropertiesRemindCollection();
//		}
//
//		$collection = new EventPropertiesRemindCollection();
////		foreach ($this->fields['REMIND'] as $remind)
////		{
//			$collection->add((new EventPropertiesRemind())->setTimeBeforeEvent());
////		}
//
//		return $collection;
//	}