• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/basic/attendeesproperty.php
  • Класс: BitrixCalendarICalBasicAttendeesProperty
  • Вызов: AttendeesProperty::__construct
public function __construct(
	string $email = null,
	string $name = null,
	string $participationStatus = null,
	string $role = null,
	string $cutype = null,
	string $mailto = null
)
{
	$this->email = $email;
	$this->name = $name;
	$this->participationStatus = $participationStatus;
	$this->role = $role;
	$this->cutype = $cutype;
	$this->mailto = $mailto;
}