ExcludedDateCompareManager::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. ExcludedDateCompareManager
  4. __construct
  • Модуль: 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;
}

Добавить комментарий