extends |
XoopsObjectHandler |
|---|
XOOPS imageset handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS imageset class objects.
| Methods | ||||
|---|---|---|---|---|
public
|
create(boolean $isNew = true): XoopsImageSet
Create a new {@link XoopsImageSet}
Create a new {@link XoopsImageSet} Parameters
Overrides |
# | ||
public
|
insert(XoopsObject|XoopsImageSet $imgset): bool
Write a {@link XoopsImageSet} object to the database
Write a {@link XoopsImageSet} object to the database Parameters
Returnstrue on success, otherwise false Overrides |
# | ||
public
|
delete(XoopsObject|XoopsImageSet $imgset): bool
Delete an XoopsImageSet from the database
Delete an XoopsImageSet from the database Parameters
Returnstrue on success, otherwise false Overrides |
# | ||
public
|
linkThemeset(int $imgset_id, string $tplset_name): array|bool
Load {@link XoopsImage ThemeSet}s into a Database
Load {@link XoopsImage ThemeSet}s into a Database |
# | ||
public
|
unlinkThemeset(int $imgset_id, string $tplset_name): array|bool
Load {@link XoopsImage ThemeSet}s into a Database
Load {@link XoopsImage ThemeSet}s into a Database |
# | ||
| Methods inherited from XoopsObjectHandler |
|---|
__construct(), XoopsObjectHandler(), get(), |
| Properties inherited from XoopsObjectHandler |
|---|
$db |