• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/tools/excludeddatecomparemanager.php
  • Класс: Bitrix\Calendar\Core\Event\Tools\ExcludedDateCompareManager
  • Вызов: ExcludedDateCompareManager::createInstance
static function createInstance(?ExcludedDatesCollection $originalCollection, ?ExcludedDatesCollection $currentCollection): ExcludedDateCompareManager
{
	return new self($originalCollection, $currentCollection);
}