1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AfterMeetingStatusChanged.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Event\Event;
4
5use Bitrix\Calendar\Event\Enum\EventType;
6use Bitrix\Calendar\Internals\EventManager\BaseEvent;
7use Bitrix\Calendar\Internals\EventManager\EventSubscriber\Event\SyncChatParticipationWithEvent;
8
10{
11 public function __construct(
12 private readonly int $parentEventId,
13 private readonly int $userId,
14 private readonly string $newStatus,
15 )
16 {
17 }
18
19 public static function getEventType(): string
20 {
21 return EventType::AFTER_MEETING_STATUS_CHANGED;
22 }
23
24 protected function getEventParams(): array
25 {
26 return [
27 'eventId' => $this->parentEventId,
28 'userId' => $this->userId,
29 'newStatus' => $this->newStatus,
30 ];
31 }
32
33 protected function getSubscribers(): array
34 {
35 return [
37 ];
38 }
39}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(private readonly int $parentEventId, private readonly int $userId, private readonly string $newStatus,)
Определения AfterMeetingStatusChanged.php:11
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804