StringsExporterSetting
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$format
: string
-
$id
: int
-
$settings
: array<string|int, mixed>
-
$updatedAt
: string
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getFormat()
: string
-
getId()
: int
-
getSettings()
: array<string|int, mixed>
-
getUpdatedAt()
: string
-
setFormat()
: void
-
setId()
: void
-
setSettings()
: void
$createdAt
protected
string
$createdAt
protected
string
$format
$id
protected
int
$id
$settings
protected
array<string|int, mixed>
$settings
$updatedAt
protected
string
$updatedAt
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
public
getFormat() : string
getId()
public
getId() : int
getSettings()
public
getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUpdatedAt()
public
getUpdatedAt() : string
public
setFormat(string $format) : void
Parameters
-
$format
: string
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setSettings()
public
setSettings(array<string|int, mixed> $settings) : void
Parameters
-
$settings
: array<string|int, mixed>
-