File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/core/handlers/identifiereventhandler.php
Back
<?php namespace Bitrix\Calendar\Core\Handlers; use Bitrix\Calendar\Core\Base\Collection; use Bitrix\Calendar\Sync\Entities\SyncEventMap; use Bitrix\Calendar\Internals\EventConnectionTable; class IdentifierEventHandler extends HandlerBase { private Collection $collection; public function __construct(SyncEventMap $collection) { $this->collection = $collection; } /** * @throws \Bitrix\Main\ObjectPropertyException * @throws \Bitrix\Main\SystemException * @throws \Bitrix\Main\ArgumentException */ public function __invoke(): array { return EventConnectionTable::query() ->whereIn('VENDOR_EVENT_ID', array_keys($this->collection->getCollection())) ->setSelect(['VENDOR_EVENT_ID', 'ENTITY_TAG']) ->exec() ->fetchAll() ; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings