1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AfterEventCategoryUpdate.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\EventCategory\Event;
4
5use Bitrix\Calendar\EventCategory\Enum\EventType;
6use Bitrix\Calendar\Internals\EventManager\BaseEvent;
7use Bitrix\Calendar\Internals\EventManager\EventSubscriber;
8
10{
11 public function __construct(
12 private readonly int $eventCategoryId,
13 private readonly array $fields = [],
14 private readonly ?int $userId = null
15 )
16 {
17 }
18
19 public static function getEventType(): string
20 {
21 return EventType::AFTER_EVENT_CATEGORY_UPDATE;
22 }
23
24 protected function getEventParams(): array
25 {
26 return [
27 'eventCategoryId' => $this->eventCategoryId,
28 'fields' => $this->fields,
29 'userId' => $this->userId,
30 ];
31 }
32
40}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(private readonly int $eventCategoryId, private readonly array $fields=[], private readonly ?int $userId=null)
Определения AfterEventCategoryUpdate.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
$fields
Определения yandex_run.php:501