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

Fonctions membres publiques

 create ($isNew=true)
 
 get ($id)
 
 insert (XoopsObject $config)
 
 delete (XoopsObject $config)
 
 getObjects (CriteriaElement $criteria=null, $id_as_key=false)
 
 getCount (CriteriaElement $criteria=null)
 
- Fonctions membres publiques hérités de XoopsObjectHandler
 __construct (XoopsDatabase $db)
 
 XoopsObjectHandler ($db)
 
 create ()
 

Membres hérités additionnels

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

Description détaillée

XOOPS configuration handler class.

This class is responsible for providing data access mechanisms to the data source of XOOPS configuration class objects.

Auteur
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

Documentation des fonctions membres

◆ create()

create (   $isNew = true)

Create a new XoopsConfigItem

Voir également
XoopsConfigItem
Paramètres
bool$isNewFlag the config as "new"?
Renvoie
XoopsConfigItem reference to the new config

◆ delete()

delete ( XoopsObject  $config)

Delete a config from the database

Paramètres
XoopsObject | XoopsConfigItem$configa XoopsConfigCategory object
Renvoie
bool true on success, otherwise false

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

◆ get()

get (   $id)

Load a config from the database

Paramètres
int$idID of the config
Renvoie
XoopsConfigItem reference to the config, FALSE on fail

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

◆ getCount()

getCount ( CriteriaElement  $criteria = null)

Count configs

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement
Renvoie
int Count of configs matching $criteria

◆ getObjects()

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

Get configs from the database

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement
bool$id_as_keyreturn the config's id as key?
Renvoie
array Array of XoopsConfigItem objects

◆ insert()

insert ( XoopsObject  $config)

Write a config to the database

Paramètres
XoopsObject | XoopsConfigItem$configa XoopsConfigCategory object
Renvoie
bool true on success, otherwise false

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


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