|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$db) | |
| & | create () |
| & | get ($id) |
| & | getObjects ($criteria=null, $id_as_key=false) |
| insert (&$obj) | |
| delete (&$obj) | |
Data Fields | |
| $_mResults = [] | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 32 of file commentstatus.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectHandler.
Definition at line 36 of file commentstatus.php.
| & create | ( | ) |
creates a new object
@abstract
Reimplemented from XoopsObjectHandler.
Definition at line 55 of file commentstatus.php.
| delete | ( | & | $object | ) |
delete obejct from database
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 91 of file commentstatus.php.
| & get | ( | $int_id | ) |
gets a value object
| int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 61 of file commentstatus.php.
| & getObjects | ( | $criteria = null, | |
| $id_as_key = false ) |
Definition at line 71 of file commentstatus.php.
| insert | ( | & | $object | ) |
insert/update object
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 86 of file commentstatus.php.
| $_mResults = [] |
Definition at line 34 of file commentstatus.php.