• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/remindcollection.php
  • Класс: BitrixCalendarCoreEventPropertiesRemindCollection
  • Вызов: RemindCollection::setSingle
public function setSingle(bool $single): self
{
	$this->single = $single;

	return $this;
}