• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/outcomingattachmentmanager.php
  • Класс: BitrixCalendarICalOutcomingAttachmentManager
  • Вызов: OutcomingAttachmentManager::__construct
public function __construct($data, $attendees, $method)
{
	$this->event = $data;
	$this->attendees = $attendees;
	$this->method = $method;
}