Bitrix API

DbStorage implements StorageInterface

Table of Contents

Interfaces

StorageInterface

Methods

__construct()  : mixed
delete()  : void
getOneByQueue()  : MessageBox|null
getReadyMessagesOfQueue()  : iterable<string|int, mixed>
save()  : void

Methods

getOneByQueue()

public getOneByQueue(string $queueId) : MessageBox|null
Parameters
$queueId : string
Tags
throws
PersistenceException
throws
SystemException
Return values
MessageBox|null

getReadyMessagesOfQueue()

public getReadyMessagesOfQueue(string $queueId[, int $limit = 500 ]) : iterable<string|int, mixed>
Parameters
$queueId : string
$limit : int = 500
Tags
throws
PersistenceException
throws
SystemException
Return values
iterable<string|int, mixed>

        
On this page

Search results