|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| & | create ($isNew=true) |
| & | get ($id) |
| insert (&$imgcat) | |
| delete (&$imgcat) | |
| & | getObjects ($criteria=null, $id_as_key=false) |
| getCount ($criteria=null) | |
| & | getList ($groups=[], $perm='imgcat_read', $display=null, $storetype=null) |
Public Member Functions inherited from XoopsObjectHandler | |
| __construct (&$db) | |
| & | create () |
Additional Inherited Members | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
XOOPS image caetgory handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS image category class objects.
Definition at line 56 of file imagecategory.php.
| & create | ( | $isNew = true | ) |
Definition at line 59 of file imagecategory.php.
| delete | ( | & | $object | ) |
delete obejct from database
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 124 of file imagecategory.php.
| & get | ( | $int_id | ) |
gets a value object
| int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 68 of file imagecategory.php.
| getCount | ( | $criteria = null | ) |
Definition at line 166 of file imagecategory.php.
| & getList | ( | $groups = [], | |
| $perm = 'imgcat_read', | |||
| $display = null, | |||
| $storetype = null ) |
Definition at line 180 of file imagecategory.php.
| & getObjects | ( | $criteria = null, | |
| $id_as_key = false ) |
Definition at line 136 of file imagecategory.php.
| insert | ( | & | $object | ) |
insert/update object
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 85 of file imagecategory.php.