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>
__construct()
public
__construct(WorkflowState $workflow, int $userId) : mixed
Parameters
-
$workflow
: WorkflowState
-
-
$userId
: int
-
getAuthorId()
public
getAuthorId() : mixed
public
getCommentCounter() : int
getCompletedTasks()
public
getCompletedTasks() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDescription()
public
getDescription() : string|null
Return values
string|null
getFaces()
public
getFaces() : WorkflowFacesView
getId()
public
getId() : string
getIsCompleted()
public
getIsCompleted() : bool
getName()
public
getName() : mixed
getOverdueDate()
public
getOverdueDate() : DateTime|null
getStartedBy()
public
getStartedBy() : EO_User|null
Return values
EO_User|null
getStatusText()
public
getStatusText() : mixed
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>
getTypeName()
public
getTypeName() : mixed
getWorkflowResult()
public
getWorkflowResult() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getWorkflowState()
public
getWorkflowState() : WorkflowState
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>