|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| & | create ($isNew=true) |
| & | get ($id) |
| insert (&$confcat) | |
| delete (&$confcat) | |
| & | getObjects ($criteria=null, $id_as_key=false) |
Public Member Functions inherited from XoopsObjectHandler | |
| __construct (&$db) | |
| & | create () |
Additional Inherited Members | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 55 of file configcategory.php.
| & create | ( | $isNew = true | ) |
Create a new category
| bool | $isNew | Flag the new object as "new"? |
XoopsConfigCategory Definition at line 65 of file configcategory.php.
| delete | ( | & | $confcat | ) |
Delelete a XoopsConfigCategory
| object | &$confcat | XoopsConfigCategory |
Reimplemented from XoopsObjectHandler.
Definition at line 146 of file configcategory.php.
| & get | ( | $id | ) |
Retrieve a XoopsConfigCategory
| int | $id | ID |
XoopsConfigCategory, FALSE on fail Reimplemented from XoopsObjectHandler.
Definition at line 81 of file configcategory.php.
| & 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? |
XoopsConfigCategorys Definition at line 166 of file configcategory.php.
| insert | ( | & | $confcat | ) |
Store a XoopsConfigCategory
| object | &$confcat | XoopsConfigCategory |
Reimplemented from XoopsObjectHandler.
Definition at line 106 of file configcategory.php.