TaskSettingsTemplate
extends BaseModel
Table of Contents
Properties
-
$config
: array<string|int, mixed>
-
$createdAt
: string
-
$id
: int
-
$name
: string
-
$updatedAt
: string
Methods
-
__construct()
: mixed
-
getConfig()
: array<string|int, mixed>
-
getCreatedAt()
: string
-
getId()
: int
-
getName()
: string
-
getUpdatedAt()
: string
-
setConfig()
: void
-
setName()
: void
$config
protected
array<string|int, mixed>
$config
$createdAt
protected
string
$createdAt
$id
protected
int
$id
$name
protected
string
$name
$updatedAt
protected
string
$updatedAt
__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>
getCreatedAt()
public
getCreatedAt() : string
getId()
public
getId() : int
getName()
public
getName() : string
getUpdatedAt()
public
getUpdatedAt() : string
setConfig()
public
setConfig(array<string|int, mixed> $config) : void
Parameters
-
$config
: array<string|int, mixed>
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-