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

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

 add (int $userId, string $type, array $logs)
 
 get (int $limit)
 
 done ()
 

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

static isInQueue (int $userId)
 
static getInstance ()
 

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

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

Методы

◆ add()

add ( int $userId,
string $type,
array $logs )

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

◆ done()

done ( )
Исключения

Bitrix\Main\Db\SqlQueryException

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

◆ get()

get ( int $limit)
Аргументы
int$limit
Возвращает
array
Исключения

Bitrix\Main\Db\SqlQueryException

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

◆ getInstance()

static getInstance ( )
static

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

◆ isInQueue()

static isInQueue ( int $userId)
static

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