• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/builder/event.php
  • Класс: BitrixCalendarICalBuilderEvent
  • Вызов: Event::setAttaches
public function setAttaches(array $attaches = null): Event
{
	$this->attaches[] = $attaches;

	return $this;
}