• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/eventbuilderfromarray.php
  • Класс: BitrixCalendarCoreBuildersEventBuilderFromArray
  • Вызов: EventBuilderFromArray::isDeleted
protected function isDeleted(): bool
{
	return isset($this->fields['DELETED']) && $this->fields['DELETED'] === 'Y';
}