Attach::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. Attach
  4. __construct
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/builder/attach.php
  • Класс: BitrixCalendarICalBuilderAttach
  • Вызов: Attach::__construct
public function __construct(string $link, string $name,  int $size)
{
	$this->link = $link;
	$this->name = $name;
	$this->size = $size;
}

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