WorkflowTemplate
extends BaseModel
Table of Contents
Properties
-
$description
: string
-
$groupId
: int
-
$id
: int
-
$isDefault
: bool
-
$title
: string
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
getGroupId()
: int
-
getId()
: int
-
getTitle()
: string
-
isDefault()
: bool
$description
protected
string
$description
$groupId
protected
int
$groupId
$id
protected
int
$id
$isDefault
protected
bool
$isDefault
$title
protected
string
$title
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getDescription()
public
getDescription() : string
getGroupId()
public
getGroupId() : int
getId()
public
getId() : int
getTitle()
public
getTitle() : string
isDefault()
public
isDefault() : bool