1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
googletonewsync.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Update;
4
5use Bitrix\Calendar\Internals\EO_Event;
6use Bitrix\Calendar\Internals\EO_Event_Collection;
7use Bitrix\Calendar\Internals\EO_SectionConnection;
8use Bitrix\Calendar\Internals\EventConnectionTable;
9use Bitrix\Calendar\Internals\EventTable;
10use Bitrix\Calendar\Internals\SectionConnectionTable;
11use Bitrix\Main\ArgumentException;
12use Bitrix\Main\Config\Option;
13use Bitrix\Main\Entity\ReferenceField;
14use Bitrix\Main\Loader;
15use Bitrix\Main\LoaderException;
16use Bitrix\Main\ObjectPropertyException;
17use Bitrix\Main\ORM\Data\DataManager;
18use Bitrix\Main\ORM\Query\Join;
19use Bitrix\Main\SystemException;
20use Bitrix\Main\Update\Stepper;
21use CCalendar;
22use Exception;
23
24final class GoogleToNewSync extends Stepper
25{
26 const PORTION = 100;
27 const STATUS_SUCCESS = 'success';
28 const OPTION_CONVERTED = 'googleToNewSyncConverted';
29 const OPTION_STATUS = 'googleToNewSyncStatus';
30
31 protected static $moduleId = 'calendar';
32
33 public static function className(): string
34 {
35 return __CLASS__;
36 }
37
45 public function execute(array &$option): bool
46 {
47 return self::FINISH_EXECUTION;
48 }
49}
execute(array &$option)
Определения googletonewsync.php:45
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$option
Определения options.php:1711