1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
counterdictionary.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Internals\Counter
;
4
10
class
CounterDictionary
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
}
Bitrix\Calendar\Internals\Counter\CounterDictionary
Определения
counterdictionary.php:11
Bitrix\Calendar\Internals\Counter\CounterDictionary\META_PROP_OPEN_EVENTS
const META_PROP_OPEN_EVENTS
Определения
counterdictionary.php:28
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_GROUP_INVITES_TPL
const COUNTER_GROUP_INVITES_TPL
Определения
counterdictionary.php:19
Bitrix\Calendar\Internals\Counter\CounterDictionary\SCORER_OPEN_EVENT
const SCORER_OPEN_EVENT
Определения
counterdictionary.php:24
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_TOTAL
const COUNTER_TOTAL
Определения
counterdictionary.php:13
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_NEW_EVENT
const COUNTER_NEW_EVENT
Определения
counterdictionary.php:21
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_GROUP_INVITES
const COUNTER_GROUP_INVITES
Определения
counterdictionary.php:18
Bitrix\Calendar\Internals\Counter\CounterDictionary\META_PROP_ALL
const META_PROP_ALL
Определения
counterdictionary.php:27
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_OPEN_EVENTS
const COUNTER_OPEN_EVENTS
Определения
counterdictionary.php:17
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_MY
const COUNTER_MY
Определения
counterdictionary.php:14
Bitrix\Calendar\Internals\Counter\CounterDictionary\META_PROP_NEW_EVENTS
const META_PROP_NEW_EVENTS
Определения
counterdictionary.php:29
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_INVITES
const COUNTER_INVITES
Определения
counterdictionary.php:15
Bitrix\Calendar\Internals\Counter\CounterDictionary\COUNTER_SYNC_ERRORS
const COUNTER_SYNC_ERRORS
Определения
counterdictionary.php:16
Bitrix\Calendar\Internals\Counter
Определения
counterdictionary.php:3
bitrix
modules
calendar
lib
internals
counter
counterdictionary.php
Создано системой
1.14.0