Bitrix API

QueueItem

Table of Contents

Properties

$id  : int
$isLocked  : bool
$pointer  : int
$status  : Status
$syncInfo  : SyncInfo

Methods

__construct()  : mixed
createFromRow()  : self
lock()  : self
setErrorStatus()  : self
unlock()  : self
updatePointer()  : self

Properties

Methods

__construct()

public __construct(int $id, SyncInfo $syncInfo, int $pointer, bool $isLocked, Status $status) : mixed
Parameters
$id : int
$syncInfo : SyncInfo
$pointer : int
$isLocked : bool
$status : Status

createFromRow()

public static createFromRow(array<string|int, mixed> $row) : self
Parameters
$row : array<string|int, mixed>
Return values
self

lock()

public lock() : self
Return values
self

setErrorStatus()

public setErrorStatus() : self
Return values
self

unlock()

public unlock() : self
Return values
self

updatePointer()

public updatePointer(int $pointer) : self
Parameters
$pointer : int
Return values
self

        
On this page

Search results