1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
outgoingsectionmanager.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Sync\Icloud;
4
5use Bitrix\Calendar\Sync\Managers\OutgoingSectionManagerInterface;
6use Bitrix\Calendar\Sync\Util\Result;
7
9{
13 public function export(): Result
14 {
15 return new Result();
16 }
17}