Bitrix API

Timeline implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

__construct()  : mixed
createByWorkflowId()  : static|null
getExecutionTime()  : int|null
getTasks()  : array<string|int, TimelineTask>
getTimeToStart()  : int|null
getWorkflowState()  : WorkflowState
jsonSerialize()  : array<string|int, mixed>
setUserId()  : static

Methods

createByWorkflowId()

public static createByWorkflowId(string $workflowId) : static|null
Parameters
$workflowId : string
Return values
static|null

getExecutionTime()

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

getTimeToStart()

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

jsonSerialize()

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

setUserId()

public setUserId(int $userId) : static
Parameters
$userId : int
Return values
static

        
On this page

Search results