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