Bitrix API

Queue implements Queue, EntityInterface

Table of Contents

Interfaces

Queue
EntityInterface

Methods

__construct()  : mixed
getId()  : int|null
getQueueId()  : int
getQueueName()  : string
Gets the name of this queue. This is a destination one consumes messages from.

Methods

__construct()

public __construct(int $id, string $name) : mixed
Parameters
$id : int
$name : string

getId()

public getId() : int|null
Return values
int|null

getQueueId()

public getQueueId() : int
Return values
int

getQueueName()

Gets the name of this queue. This is a destination one consumes messages from.

public getQueueName() : string
Return values
string

        
On this page

Search results