• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/sender/holiday.php
  • Класс: Bitrix\Sender\Integration\Sender\Holiday
  • Вызов: Holiday::__construct
public function __construct($code, Date $date = null, Date $dateFrom, Date $dateTo)
{
	$this->code = $code;
	$this->date = $date;
	$this->dateFrom = $dateFrom;
	$this->dateTo = $dateTo;
}