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 = [] | |
![]() | |
$db | |
Definition at line 24 of file blockctype.php.
__construct | ( | & | $db | ) |
called from child classes only
object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectHandler.
Definition at line 28 of file blockctype.php.
& create | ( | ) |
creates a new object
@abstract
Reimplemented from XoopsObjectHandler.
Definition at line 44 of file blockctype.php.
delete | ( | & | $object | ) |
delete obejct from database
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 80 of file blockctype.php.
& get | ( | $int_id | ) |
gets a value object
int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 50 of file blockctype.php.
& getObjects | ( | $criteria = null, | |
$id_as_key = false ) |
Definition at line 60 of file blockctype.php.
insert | ( | & | $object | ) |
insert/update object
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 75 of file blockctype.php.
$_mResults = [] |
Definition at line 26 of file blockctype.php.