Bitrix API

TaskData

Table of Contents

Properties

$id  : int
$workflowId  : string

Methods

createFromArray()  : static|null
getData()  : array<string|int, mixed>
getDocumentId()  : array<string|int, mixed>|null
getParameters()  : array<string|int, mixed>|null
setParameters()  : self

Properties

$workflowId read-only

public string $workflowId

Methods

createFromArray()

public static createFromArray(array<string|int, mixed> $data) : static|null
Parameters
$data : array<string|int, mixed>
Return values
static|null

getData()

public getData() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDocumentId()

public getDocumentId() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getParameters()

public getParameters() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setParameters()

public setParameters(array<string|int, mixed> $parameters) : self
Parameters
$parameters : array<string|int, mixed>
Return values
self

        
On this page

Search results