XOOPS template file handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS template file class objects.
- Auteur
- Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org
- A faire:
- this is not a XoopsPersistableObjectHandler?
◆ create()
◆ delete()
delete a block from the database
- Paramètres
-
- Renvoie
- bool true on success, otherwise false
Réimplémentée à partir de XoopsObjectHandler.
◆ find()
Find Template File
- Paramètres
-
string | $tplset | |
string | array | $type | |
string | $refid | |
string | $module | |
string | $file | |
bool | string | $getsource | |
- Renvoie
- object
◆ forceUpdate()
Update Tplfile, even if a safe transaction (i.e. http get)
- Paramètres
-
- Renvoie
- bool true on success, otherwise false
◆ get()
get |
( |
|
$id, |
|
|
|
$getsource = false |
|
) |
| |
retrieve a specific XoopsTplfile
- Voir également
- XoopsBlock
- Paramètres
-
int | $id | tpl_id of the block to retrieve |
bool | $getsource | |
- Renvoie
- object XoopsTplfile reference to the Tplfile
◆ getCount()
Get count
- Paramètres
-
- Renvoie
- int
◆ getModuleTplCount()
getModuleTplCount |
( |
|
$tplset | ) |
|
getModuleTplCount
- Paramètres
-
- Renvoie
- array
◆ getObjects()
retrieve array of XoopsBlocks meeting certain conditions
- Paramètres
-
- Renvoie
- array XoopsBlocks matching the conditions
◆ insert()
write a new Tplfile into the database
- Paramètres
-
- Renvoie
- bool true on success, otherwise false
Réimplémentée à partir de XoopsObjectHandler.
◆ loadSource()
Load template source
- Paramètres
-
- Renvoie
- bool true on success, otherwise false
◆ templateExists()
templateExists |
( |
|
$tplname, |
|
|
|
$tplset_name |
|
) |
| |
Template Exists
- Paramètres
-
string | $tplname | |
string | $tplset_name | |
- Renvoie
- bool true if template exists, otherwise false
La documentation de cette classe a été générée à partir du fichier suivant :