1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
identifiereventhandler.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Core\Handlers;
4
5
6use Bitrix\Calendar\Core\Base\Collection;
7use Bitrix\Calendar\Sync\Entities\SyncEventMap;
8use Bitrix\Calendar\Internals\EventConnectionTable;
9
11{
12 private Collection $collection;
13
14 public function __construct(SyncEventMap $collection)
15 {
16 $this->collection = $collection;
17 }
18
24 public function __invoke(): array
25 {
27 ->whereIn('VENDOR_EVENT_ID', array_keys($this->collection->getCollection()))
28 ->setSelect(['VENDOR_EVENT_ID', 'ENTITY_TAG'])
29 ->exec()
30 ->fetchAll()
31 ;
32 }
33}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804