Bitrix API

WorkflowUserView implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

__construct()  : mixed
getAuthorId()  : mixed
getCommentCounter()  : int
getCompletedTasks()  : array<string|int, mixed>
getDescription()  : string|null
getFaces()  : WorkflowFacesView
getId()  : string
getIsCompleted()  : bool
getName()  : mixed
getOverdueDate()  : DateTime|null
getStartedBy()  : EO_User|null
getStatusText()  : mixed
getTaskById()  : array<string|int, mixed>|null
getTasks()  : array<string|int, mixed>
getTypeName()  : mixed
getWorkflowResult()  : array<string|int, mixed>|null
getWorkflowState()  : WorkflowState
jsonSerialize()  : array<string|int, mixed>

Methods

getCompletedTasks()

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

getDescription()

public getDescription() : string|null
Return values
string|null

getStartedBy()

public getStartedBy() : EO_User|null
Return values
EO_User|null

getTaskById()

public getTaskById(int $taskId) : array<string|int, mixed>|null
Parameters
$taskId : int
Return values
array<string|int, mixed>|null

getTasks()

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

getWorkflowResult()

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

jsonSerialize()

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

        
On this page

Search results