Section::setExport

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. Section
  4. setExport
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/section.php
  • Класс: BitrixCalendarCoreSectionSection
  • Вызов: Section::setExport
public function setExport(?string $export): Section
{
	$this->export = $export;

	return $this;
}

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