![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
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 | |
XOOPS configuration handler class.
This class is responsible for providing data access mechanisms to the data source of XOOPS configuration class objects.
| create | ( | $isNew = true | ) |
Create a new XoopsConfigItem
| bool | $isNew | Flag the config as "new"? |
| delete | ( | XoopsObject | $config | ) |
Delete a config from the database
| XoopsObject | XoopsConfigItem | $config | a XoopsConfigCategory object |
Réimplémentée à partir de XoopsObjectHandler.
| get | ( | $id | ) |
Load a config from the database
| int | $id | ID of the config |
Réimplémentée à partir de XoopsObjectHandler.
| getCount | ( | CriteriaElement | $criteria = null | ) |
Count configs
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
| getObjects | ( | CriteriaElement | $criteria = null, |
$id_as_key = false |
|||
| ) |
Get configs from the database
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
| bool | $id_as_key | return the config's id as key? |
| insert | ( | XoopsObject | $config | ) |
Write a config to the database
| XoopsObject | XoopsConfigItem | $config | a XoopsConfigCategory object |
Réimplémentée à partir de XoopsObjectHandler.