![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|


Public Member Functions | |
| create ($isNew=true) | |
| get ($id) | |
| insert (XoopsObject $confoption) | |
| delete (XoopsObject $confoption) | |
| getObjects (CriteriaElement $criteria=null, $id_as_key=false) | |
| getCount (CriteriaElement $criteria=null) | |
Public Member Functions inherited from XoopsObjectHandler | |
| __construct (XoopsDatabase $db) | |
| XoopsObjectHandler ($db) | |
| create () | |
| get ($id) | |
| insert (XoopsObject $object) | |
| delete (XoopsObject $object) | |
Additional Inherited Members | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
| create | ( | $isNew = true | ) |
Create a new option
| bool | $isNew | Flag the option as "new"? |
| delete | ( | XoopsObject | $confoption | ) |
Delete a XoopsConfigOption
| XoopsObject | XoopsConfigOption | $confoption | a XoopsConfigOption object |
Reimplemented from XoopsObjectHandler.
| get | ( | $id | ) |
Get an option from the database
| int | $id | ID of the option |
XoopsConfigOption, FALSE on fail Reimplemented from XoopsObjectHandler.
| getCount | ( | CriteriaElement | $criteria = null | ) |
get count of matching configoption rows
| CriteriaElement | $criteria |
| getObjects | ( | CriteriaElement | $criteria = null, |
$id_as_key = false |
|||
| ) |
Get some XoopsConfigOptions
| CriteriaElement | CriteriaCompo | $criteria | CriteriaElement |
| bool | $id_as_key | Use the IDs as array-keys? |
XoopsConfigOptions | insert | ( | XoopsObject | $confoption | ) |
Insert a new XoopsConfigOption
| XoopsObject | XoopsConfigOption | $confoption | a XoopsConfigOption object |
Reimplemented from XoopsObjectHandler.
