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) |
![]() | |
__construct (&$db) | |
& | create () |
Additional Inherited Members | |
![]() | |
$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 XoopsConfigCategory
s
object | $criteria | CriteriaElement |
bool | $id_as_key | Use the IDs as keys to the array? |
XoopsConfigCategory
s 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.