• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/remind.php
  • Класс: BitrixCalendarCoreEventPropertiesRemind
  • Вызов: Remind::getFields
public function getFields(): array
{
	return [
		'method' => $this->method,
		'time' => $this->time,
		'units' => $this->units,
		'specificTime' => $this->specificTime ?? null,
		'eventStart' => $this->eventStart ?? null,
		'daysBefore' => $this->daysBefore ?? null
	];
}