1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
factoryinterface.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Sync\Factories;
4
5use Bitrix\Calendar\Sync\Connection\Connection;
6use Bitrix\Calendar\Sync\Managers\EventManagerInterface;
7use Bitrix\Calendar\Sync\Managers\IncomingEventManagerInterface;
8use Bitrix\Calendar\Sync\Managers\IncomingSectionManagerInterface;
9use Bitrix\Calendar\Sync\Managers\OutgoingEventManagerInterface;
10use Bitrix\Calendar\Sync\Managers\OutgoingSectionManagerInterface;
11use Bitrix\Calendar\Sync\Managers\SectionManagerInterface;
12