1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
spaceeventpreprocessor.php
См. документацию.
1<?php
2
4
10
12{
13 private const SUPPORTED_EVENTS = [
17 ];
18
24 public function process(): void
25 {
26 // TODO spaces stub
27 return;
28
30 {
31 return;
32 }
33
34 $recentActivityService = new Service();
35 foreach (EventCollection::getInstance()->list() as $event)
36 {
37 /* @var Event $event */
38 if (!in_array($event->getType(), self::SUPPORTED_EVENTS, true))
39 {
40 continue;
41 }
42
43 $recentActivityService->preProcessEvent($event);
44 }
45 }
46}
$event
Определения prolog_after.php:141