Documentation

dialogThemesManager
in package

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

Constants

Properties

Methods

__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

whereUuid()

public whereUuid(array<string|int, mixed> $uuids) : Selection
Parameters
$uuids : array<string|int, mixed>
Return values
Selection

Search results