|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| & | create ($isNew=true) |
| delete (&$confcat) | |
| & | get ($id) |
| getCatByModule ($modid=0) | |
| getObjects ($criteria=null, $id_as_key=false) | |
| insert (&$confcat) | |
Public Member Functions inherited from XoopsObjectHandler | |
| & | create () |
| delete (&$object) | |
| & | get ($int_id) |
| insert (&$object) | |
| XoopsObjectHandler (&$db) | |
Additional Inherited Members | |
Public Attributes inherited from XoopsObjectHandler | |
| $db | |
Definition at line 89 of file configcategory.php.
| & XoopsConfigCategoryHandler::create | ( | $isNew = true | ) |
Create a new category
| bool | $isNew | Flag the new object as "new"? |
Definition at line 98 of file configcategory.php.
| XoopsConfigCategoryHandler::delete | ( | & | $confcat | ) |
Delelete a XoopsConfigCategory
| object | &$confcat | XoopsConfigCategory |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 179 of file configcategory.php.
| & XoopsConfigCategoryHandler::get | ( | $id | ) |
Retrieve a XoopsConfigCategory
| int | $id | ID |
Definition at line 114 of file configcategory.php.
| XoopsConfigCategoryHandler::getCatByModule | ( | $modid = 0 | ) |
| XoopsConfigCategoryHandler::getObjects | ( | $criteria = null, |
|
$id_as_key = false |
|||
| ) |
Get some XoopsConfigCategorys
| object | $criteria | CriteriaElement |
| bool | $id_as_key | Use the IDs as keys to the array? |
Definition at line 203 of file configcategory.php.
References $criteria, $limit, $result, $ret, $sql, and $start.
| XoopsConfigCategoryHandler::insert | ( | & | $confcat | ) |
Store a XoopsConfigCategory
| object | &$confcat | XoopsConfigCategory |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 139 of file configcategory.php.
References $confcat_id, $result, and $sql.