Table of Contents
Methods
-
__construct()
: mixed
-
deleteByTemplate()
: void
-
getInsertIgnore()
: string
-
getTableClass()
: string
-
loadTemplate()
: void
-
set()
: void
__construct()
public
__construct(int $userId, int $templateId) : mixed
Parameters
-
$userId
: int
-
-
$templateId
: int
-
deleteByTemplate()
public
deleteByTemplate() : void
getInsertIgnore()
public
getInsertIgnore(string $fields, string $values) : string
Parameters
-
$fields
: string
-
-
$values
: string
-
getTableClass()
public
getTableClass() : string
loadTemplate()
public
loadTemplate() : void
-
throws
-
TemplateNotFoundException
set()
public
set(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
-
throws
-
TemplateNotFoundException
-
throws
-
ArgumentException
-
throws
-
SqlQueryException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException