1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
attendeesproperty.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\ICal\Basic;
4
5
6
class
AttendeesProperty
7
{
8
public
$email
;
9
public
$name
=
null
;
10
public
$participationStatus
=
null
;
11
public
$role
=
null
;
12
public
$cutype
=
null
;
13
public
$mailto
;
14
public
$rsvp
=
true
;
15
16
public
function
__construct
(
17
string
$email
=
null
,
18
string
$name
=
null
,
19
string
$participationStatus
=
null
,
20
string
$role
=
null
,
21
string
$cutype
=
null
,
22
string
$mailto
=
null
,
23
bool
$rsvp
=
true
24
)
25
{
26
$this->email =
$email
;
27
$this->name =
$name
;
28
$this->participationStatus =
$participationStatus
;
29
$this->role =
$role
;
30
$this->cutype =
$cutype
;
31
$this->mailto =
$mailto
;
32
$this->rsvp =
$rsvp
;
33
}
34
}
Bitrix\Calendar\ICal\Basic\AttendeesProperty
Определения
attendeesproperty.php:7
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$rsvp
$rsvp
Определения
attendeesproperty.php:14
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$role
$role
Определения
attendeesproperty.php:11
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$cutype
$cutype
Определения
attendeesproperty.php:12
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$participationStatus
$participationStatus
Определения
attendeesproperty.php:10
Bitrix\Calendar\ICal\Basic\AttendeesProperty\__construct
__construct(string $email=null, string $name=null, string $participationStatus=null, string $role=null, string $cutype=null, string $mailto=null, bool $rsvp=true)
Определения
attendeesproperty.php:16
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$name
$name
Определения
attendeesproperty.php:9
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$mailto
$mailto
Определения
attendeesproperty.php:13
Bitrix\Calendar\ICal\Basic\AttendeesProperty\$email
$email
Определения
attendeesproperty.php:8
bitrix
modules
calendar
lib
ical
basic
attendeesproperty.php
Создано системой
1.14.0