Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс QueueRegistry

Открытые статические члены

static getNameById (int $id)
 
static getIdByName (string $name)
 

Открытые атрибуты

const QUEUE_LIST
 
const ROUTING_TO_QUEUES
 

Подробное описание

См. определение в файле queueregistry.php строка 6

Методы

◆ getIdByName()

static getIdByName ( string $name)
static
Аргументы
string$name
Возвращает
int|null

См. определение в файле queueregistry.php строка 55

◆ getNameById()

static getNameById ( int $id)
static
Аргументы
int$id
Возвращает
string|null

См. определение в файле queueregistry.php строка 40

Данные класса

◆ QUEUE_LIST

const QUEUE_LIST
Инициализатор
= [
'EventDelayedSync' => 1,
'UpdateDepartmentStructure' => 2,
'UpdateSocialGroupStructure' => 3,
'DelayedSyncSection' => 4,
'DelayedSyncConnection' => 5,
'EventsWithEntityAttendeesFind' => 6,
'EventAttendeesUpdate' => 7,
'SendingEmailNotification' => 8,
'Example' => 99999,
]

См. определение в файле queueregistry.php строка 8

◆ ROUTING_TO_QUEUES

const ROUTING_TO_QUEUES
Инициализатор
= [
'calendar:update_meeting_status' => [
'EventDelayedSync'
],
'calendar:find_events_with_entity_attendees' =>[
'EventsWithEntityAttendeesFind'
],
'calendar:update_event_attendees' => [
'EventAttendeesUpdate'
],
'calendar:sending_email_notification' => [
'SendingEmailNotification'
],
]

См. определение в файле queueregistry.php строка 20