1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AfterCalendarEventCreated.php
См. документацию.
1<?php
2
4
9
11{
12 public function __construct(
13 private readonly int $calendarEventId,
14 private readonly CreateEventCommand $command
15 )
16 {
17 }
18
19 public static function getEventType(): string
20 {
21 return EventType::AFTER_CALENDAR_EVENT_CREATED;
22 }
23
24 protected function getEventParams(): array
25 {
26 return [
27 'eventId' => $this->calendarEventId,
28 'command' => $this->command,
29 ];
30 }
31
32 protected function getSubscribers(): array
33 {
34 return [
37 ];
38 }
39}
__construct(private readonly int $calendarEventId, private readonly CreateEventCommand $command)
Определения AfterCalendarEventCreated.php:12
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804