Documentation

WorkflowStep extends BaseModel
in package

Table of Contents

Properties

$config  : array<string|int, mixed>
$id  : int
$languages  : array<string|int, string>
$title  : string
$type  : string

Methods

__construct()  : mixed
getConfig()  : array<string|int, mixed>
getId()  : int
getLanguages()  : array<string|int, mixed>
getTitle()  : string
getType()  : string
setConfig()  : void
setId()  : void
setLanguages()  : void
setTitle()  : void
setType()  : void

Properties

$languages

protected array<string|int, string> $languages

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getConfig()

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

getLanguages()

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

getTitle()

public getTitle() : string
Return values
string

getType()

public getType() : string
Return values
string

setConfig()

public setConfig(array<string|int, mixed> $config) : void
Parameters
$config : array<string|int, mixed>

setId()

public setId(int $id) : void
Parameters
$id : int

setLanguages()

public setLanguages(array<string|int, mixed> $languages) : void
Parameters
$languages : array<string|int, mixed>

setTitle()

public setTitle(string $title) : void
Parameters
$title : string

setType()

public setType(string $type) : void
Parameters
$type : string

        
On this page

Search results