1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
counterdictionary.php
См. документацию.
1<?php
2
4
11{
12 // menu
13 public const COUNTER_TOTAL = 'calendar';
14 public const COUNTER_MY = 'calendar_my';
15 public const COUNTER_INVITES = 'calendar_invites';
16 public const COUNTER_SYNC_ERRORS = 'calendar_sync_errors';
17 public const COUNTER_OPEN_EVENTS = 'calendar_open_events';
18 public const COUNTER_GROUP_INVITES = 'calendar_group_invites';
19 public const COUNTER_GROUP_INVITES_TPL = 'calendar_group_invites_%d';
20
21 public const COUNTER_NEW_EVENT = 'new_event';
22
23 // scorers
24 public const SCORER_OPEN_EVENT = 'open_event';
25
26 // meta props
27 public const META_PROP_ALL = 'meta_all';
28 public const META_PROP_OPEN_EVENTS = 'meta_open_events';
29 public const META_PROP_NEW_EVENTS = 'meta_new_events';
30}