1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
SetEventAttendeeStatusDto.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\OpenEvents\Controller\Request\OpenEvent;
4
5use Bitrix\Calendar\OpenEvents\Controller\Request\RequestDtoInterface;
6
8{
9 public function __construct(
10 public readonly int $eventId,
11 public readonly bool $attendeeStatus
12 )
13 {
14 }
15
16 public static function fromRequest(array $request): self
17 {
18 return new self(
19 eventId: (int)$request['eventId'],
20 attendeeStatus: $request['attendeeStatus'] === 'true',
21 );
22 }
23}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
__construct(public readonly int $eventId, public readonly bool $attendeeStatus)
Определения SetEventAttendeeStatusDto.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804