XOOPS tplset handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS tplset class objects.
- Author
- Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
- Todo:
- This is not a XoopsPersistableObjectHandler?
◆ create()
create a new block
- See also
- XoopsTplset
- Parameters
-
bool | $isNew | is the new tplsets new?? |
- Returns
- object XoopsTplset reference to the new tplsets
◆ delete()
delete a tplset from the database
- Parameters
-
- Returns
- bool true on success, otherwise false
Reimplemented from XoopsObjectHandler.
◆ get()
◆ getByName()
getByName |
( |
|
$tplset_name | ) |
|
◆ getCount()
Count tplsets
- Parameters
-
- Returns
- int Count of tplsets matching $criteria
◆ getList()
get a list of tplsets matchich certain conditions
- Parameters
-
- Returns
- array array of tplsets matching the conditions
◆ getObjects()
Get tplsets from the database
- Parameters
-
- Returns
- array Array of
XoopsTplset
objects
◆ insert()
write a new block into the database
- Parameters
-
- Returns
- bool true on success, otherwise false
Reimplemented from XoopsObjectHandler.
The documentation for this class was generated from the following file: