• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/update/eventwithlocationupdate.php
  • Класс: BitrixCalendarUpdateEventWithLocationUpdate
  • Вызов: EventWithLocationUpdate::getTotalCount
private function getTotalCount(): int
{
	return $this->getTotalCountLocation() + $this->getTotalCountIBlock();
}