Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс GroupQueueService
+ Граф наследования:GroupQueueService:

Открытые члены

 addToDB (int $type, int $entityId, int $groupId)
 
 releaseGroup (int $type, int $entityId, int $groupId)
 
 isReleased (int $groupId)
 
 isEntityProcessed (int $type, int $entityId)
 

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

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

Методы

◆ addToDB()

addToDB ( int $type,
int $entityId,
int $groupId )

Add current process to database

Аргументы
int$type
int$entityId
int$groupId
Исключения

Exception

Замещает GroupQueueServiceInterface.

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

◆ isEntityProcessed()

isEntityProcessed ( int $type,
int $entityId )

Замещает GroupQueueServiceInterface.

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

◆ isReleased()

isReleased ( int $groupId)

check that group is released

Аргументы
int$groupId
Возвращает
bool
Исключения
ArgumentException

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

Замещает GroupQueueServiceInterface.

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

◆ releaseGroup()

releaseGroup ( int $type,
int $entityId,
int $groupId )

release current process by entity and type

Аргументы
int$type
int$entityId
int$groupId
Исключения

Exception

Замещает GroupQueueServiceInterface.

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