Bitrix API

Step

FinalYes

Table of Contents

Methods

__construct()  : mixed
fillFromData()  : self
getAvatars()  : array<string|int, mixed>
getData()  : array<string|int, mixed>
getDuration()  : int
getEmptyDurationText()  : string
getId()  : string
getName()  : string
getStatus()  : WorkflowFacesStepStatus|null
getSuccess()  : bool|null
getTaskId()  : int
setAvatars()  : self
setDuration()  : self
setSuccess()  : self
setTaskId()  : self

Methods

fillFromData()

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

getAvatars()

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

getData()

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

getDuration()

public getDuration() : int
Return values
int

getEmptyDurationText()

public static getEmptyDurationText() : string
Return values
string

getId()

public getId() : string
Return values
string

getName()

public getName() : string
Return values
string

getSuccess()

public getSuccess() : bool|null
Return values
bool|null

getTaskId()

public getTaskId() : int
Return values
int

setAvatars()

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

setDuration()

public setDuration(int $duration) : self
Parameters
$duration : int
Return values
self

setSuccess()

public setSuccess(bool $isSuccess) : self
Parameters
$isSuccess : bool
Return values
self

setTaskId()

public setTaskId(int $taskId) : self
Parameters
$taskId : int
Return values
self

        
On this page

Search results