XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsTplfileHandler
+ Graphe d'héritage de XoopsTplfileHandler:
+ Graphe de collaboration de XoopsTplfileHandler:

Fonctions membres publiques

 create ($isNew=true)
 
 get ($id, $getsource=false)
 
 loadSource (XoopsObject $tplfile)
 
 insert (XoopsObject $tplfile)
 
 forceUpdate (XoopsTplfile $tplfile)
 
 delete (XoopsObject $tplfile)
 
 getObjects (CriteriaElement $criteria=null, $getsource=false, $id_as_key=false)
 
 getCount (CriteriaElement $criteria=null)
 
 getModuleTplCount ($tplset)
 
 find ($tplset=null, $type=null, $refid=null, $module=null, $file=null, $getsource=false)
 
 templateExists ($tplname, $tplset_name)
 
- Fonctions membres publiques hérités de XoopsObjectHandler
 __construct (XoopsDatabase $db)
 
 XoopsObjectHandler ($db)
 
 create ()
 
 get ($int_id)
 

Membres hérités additionnels

- Champs de données hérités de XoopsObjectHandler
 $db
 

Description détaillée

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?

Documentation des fonctions membres

◆ create()

create (   $isNew = true)

create a new Tplfile

Voir également
XoopsBlock
Paramètres
bool$isNewis the new Tplfile new??
Renvoie
XoopsTplfile XoopsTplfile reference to the new Tplfile

◆ delete()

delete ( XoopsObject  $tplfile)

delete a block from the database

Paramètres
XoopsObject | XoopsTplfile$tplfilea XoopsTplfile object
Renvoie
bool true on success, otherwise false

Réimplémentée à partir de XoopsObjectHandler.

◆ find()

find (   $tplset = null,
  $type = null,
  $refid = null,
  $module = null,
  $file = null,
  $getsource = false 
)

Find Template File

Paramètres
string$tplset
string | array$type
string$refid
string$module
string$file
bool | string$getsource
Renvoie
object
+ Voici le graphe d'appel pour cette fonction :

◆ forceUpdate()

forceUpdate ( XoopsTplfile  $tplfile)

Update Tplfile, even if a safe transaction (i.e. http get)

Paramètres
XoopsTplfile$tplfile
Renvoie
bool true on success, otherwise false
+ Voici le graphe d'appel pour cette fonction :

◆ get()

get (   $id,
  $getsource = false 
)

retrieve a specific XoopsTplfile

Voir également
XoopsBlock
Paramètres
int$idtpl_id of the block to retrieve
bool$getsource
Renvoie
object XoopsTplfile reference to the Tplfile

◆ getCount()

getCount ( CriteriaElement  $criteria = null)

Get count

Paramètres
CriteriaElement | CriteriaCompo$criteria
Renvoie
int
+ Voici le graphe des appelants de cette fonction :

◆ getModuleTplCount()

getModuleTplCount (   $tplset)

getModuleTplCount

Paramètres
string$tplset
Renvoie
array

◆ getObjects()

getObjects ( CriteriaElement  $criteria = null,
  $getsource = false,
  $id_as_key = false 
)

retrieve array of XoopsBlocks meeting certain conditions

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement with conditions for the blocks
bool$getsource
bool$id_as_keyshould the blocks' bid be the key for the returned array?
Renvoie
array XoopsBlocks matching the conditions
+ Voici le graphe des appelants de cette fonction :

◆ insert()

insert ( XoopsObject  $tplfile)

write a new Tplfile into the database

Paramètres
XoopsObject | XoopsTplfile$tplfilea XoopsTplfile object
Renvoie
bool true on success, otherwise false

Réimplémentée à partir de XoopsObjectHandler.

+ Voici le graphe d'appel pour cette fonction :

◆ loadSource()

loadSource ( XoopsObject  $tplfile)

Load template source

Paramètres
XoopsObject | XoopsTplfile$tplfilea XoopsTplfile object
Renvoie
bool true on success, otherwise false
+ Voici le graphe d'appel pour cette fonction :

◆ templateExists()

templateExists (   $tplname,
  $tplset_name 
)

Template Exists

Paramètres
string$tplname
string$tplset_name
Renvoie
bool true if template exists, otherwise false
+ Voici le graphe d'appel pour cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :