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