AttachCollection::add

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. AttachCollection
  4. add
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/builder/attachcollection.php
  • Класс: BitrixCalendarICalBuilderAttachCollection
  • Вызов: AttachCollection::add
public function add(Attach $attach): AttachCollection
{
	$this->collection[] = $attach;

	return $this;
}

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