dialogThemesManager
Table of Contents
-
COL_ADDED_DT
= 'added_dt'
-
COL_AUTHOR
= 'author'
-
COL_CREATE_DT
= 'create_dt'
-
COL_EDITABLE
= 'editable'
-
COL_TITLE
= 'title'
-
COL_UPDATE_DT
= 'update_dt'
-
COL_UUID
= 'uuid'
-
TABLE_NAME
= 'dialog_themes'
-
TABLE_PK
= 'uuid'
-
$database
: Explorer
-
__construct()
: mixed
-
add()
: ActiveRow
-
delete()
: void
-
find()
: Selection
-
get()
: ActiveRow
-
update()
: void
-
whereUuid()
: Selection
COL_ADDED_DT
public
mixed
COL_ADDED_DT
= 'added_dt'
COL_AUTHOR
public
mixed
COL_AUTHOR
= 'author'
COL_CREATE_DT
public
mixed
COL_CREATE_DT
= 'create_dt'
COL_EDITABLE
public
mixed
COL_EDITABLE
= 'editable'
COL_TITLE
public
mixed
COL_TITLE
= 'title'
COL_UPDATE_DT
public
mixed
COL_UPDATE_DT
= 'update_dt'
COL_UUID
public
mixed
COL_UUID
= 'uuid'
TABLE_NAME
public
mixed
TABLE_NAME
= 'dialog_themes'
TABLE_PK
public
mixed
TABLE_PK
= 'uuid'
$database
private
Explorer
$database
__construct()
public
__construct(Explorer $database) : mixed
Parameters
-
$database
: Explorer
-
Return values
mixed
—
add()
public
add(iteratable<string|int, mixed> $themeArray) : ActiveRow
Parameters
-
$themeArray
: iteratable<string|int, mixed>
-
Return values
ActiveRow
—
delete()
public
delete(string $uuid) : void
Parameters
-
$uuid
: string
-
-
throws
-
InvalidUuidException
-
throws
-
DialogThemeNotFoundException
Return values
void
—
find()
public
find() : Selection
Return values
Selection
—
get()
public
get(string $uuid) : ActiveRow
Parameters
-
$uuid
: string
-
-
throws
-
DialogThemeNotFoundException
-
throws
-
InvalidUuidException
Return values
ActiveRow
—
update()
public
update(string $uuid, iteratable<string|int, mixed> $themeArray) : void
Parameters
-
$uuid
: string
-
-
$themeArray
: iteratable<string|int, mixed>
-
-
throws
-
DialogThemeNotFoundException
-
throws
-
InvalidUuidException
Return values
void
—
whereUuid()
public
whereUuid(array<string|int, mixed> $uuids) : Selection
Parameters
-
$uuids
: array<string|int, mixed>
-
Return values
Selection
—