1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
PullEventUserFields.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\OpenEvents\Dto\Category
;
4
5
use
Bitrix\Main\Type\Contract\Arrayable
;
6
7
final
class
PullEventUserFields
implements
Arrayable
8
{
9
public
function
__construct
(
10
public
readonly
bool
$isAttendee
11
)
12
{
13
}
14
15
public
function
toArray
():
array
16
{
17
return
[
18
'isAttendee'
=> $this->isAttendee,
19
];
20
}
21
}
Bitrix\Calendar\OpenEvents\Dto\Category\PullEventUserFields
Определения
PullEventUserFields.php:8
Bitrix\Calendar\OpenEvents\Dto\Category\PullEventUserFields\toArray
toArray()
Определения
PullEventUserFields.php:15
Bitrix\Calendar\OpenEvents\Dto\Category\PullEventUserFields\__construct
__construct(public readonly bool $isAttendee)
Определения
PullEventUserFields.php:9
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\Main\Type\Contract\Arrayable
Определения
arrayable.php:6
Bitrix\Calendar\OpenEvents\Dto\Category
Определения
PullEventUserFields.php:3
bitrix
modules
calendar
lib
OpenEvents
Dto
Category
PullEventUserFields.php
Создано системой
1.14.0