1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
attendeebusy.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Internals\Exception
;
4
5
class
AttendeeBusy
extends
\Exception
6
{
7
private
string
$attendeeName =
''
;
8
private
array
$busyUsersList = [];
9
10
public
function
getAttendeeName
(): string
11
{
12
return
$this->attendeeName;
13
}
14
15
public
function
getBusyUsersList
():
array
16
{
17
return
$this->busyUsersList;
18
}
19
20
public
function
setAttendeeName
(
string
$attendeeName): self
21
{
22
$this->attendeeName = $attendeeName;
23
return
$this;
24
}
25
26
public
function
setBusyUsersList
(
array
$list): self
27
{
28
$this->busyUsersList = $list;
29
return
$this;
30
}
31
}
Bitrix\Calendar\Internals\Exception\AttendeeBusy
Определения
attendeebusy.php:6
Bitrix\Calendar\Internals\Exception\AttendeeBusy\setAttendeeName
setAttendeeName(string $attendeeName)
Определения
attendeebusy.php:20
Bitrix\Calendar\Internals\Exception\AttendeeBusy\getBusyUsersList
getBusyUsersList()
Определения
attendeebusy.php:15
Bitrix\Calendar\Internals\Exception\AttendeeBusy\getAttendeeName
getAttendeeName()
Определения
attendeebusy.php:10
Bitrix\Calendar\Internals\Exception\AttendeeBusy\setBusyUsersList
setBusyUsersList(array $list)
Определения
attendeebusy.php:26
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Calendar\Internals\Exception
Определения
attendeebusy.php:3
bitrix
modules
calendar
lib
internals
exception
attendeebusy.php
Создано системой
1.14.0