Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getAction()
: Action|null
-
getAuthor()
: array<string|int, mixed>
-
getAverageDuration()
: int|null
-
getEfficiency()
: string|null
-
getExecutionTime()
: int|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getWorkflowResult()
: array<string|int, mixed>
-
setAction()
: self
-
setAuthor()
: mixed
-
setAverageDuration()
: mixed
-
setEfficiency()
: mixed
-
setExecutionTime()
: mixed
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setWorkflowResult()
: mixed
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getAction()
public
getAction() : Action|null
getAuthor()
public
getAuthor() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAverageDuration()
public
getAverageDuration() : int|null
getEfficiency()
public
getEfficiency() : string|null
Return values
string|null
getExecutionTime()
public
getExecutionTime() : int|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getWorkflowResult()
public
getWorkflowResult() : array<string|int, mixed>
Return values
array<string|int, mixed>
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setAuthor()
public
setAuthor(array<string|int, mixed> $user) : mixed
Parameters
-
$user
: array<string|int, mixed>
-
setAverageDuration()
public
setAverageDuration(mixed $averageDuration) : mixed
Parameters
-
$averageDuration
: mixed
-
setEfficiency()
public
setEfficiency(mixed $efficiency) : mixed
Parameters
-
$efficiency
: mixed
-
setExecutionTime()
public
setExecutionTime(mixed $executionTime) : mixed
Parameters
-
$executionTime
: mixed
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setWorkflowResult()
public
setWorkflowResult(array<string|int, mixed> $result) : mixed
Parameters
-
$result
: array<string|int, mixed>
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>