XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | create ($isNew=true) |
& | get ($id) |
insert (&$confoption) | |
delete (&$confoption) | |
& | getObjects ($criteria=null, $id_as_key=false) |
![]() | |
__construct (&$db) | |
& | create () |
Additional Inherited Members | |
![]() | |
$db | |
Definition at line 82 of file configoption.php.
& create | ( | $isNew = true | ) |
Create a new option
bool | $isNew | Flag the option as "new"? |
XoopsConfigOption
Definition at line 92 of file configoption.php.
delete | ( | & | $confoption | ) |
Delete an option
object | &$confoption | reference to a XoopsConfigOption |
Reimplemented from XoopsObjectHandler.
Definition at line 172 of file configoption.php.
& get | ( | $id | ) |
Get an option from the database
int | $id | ID of the option |
XoopsConfigOption
, FALSE on fail Reimplemented from XoopsObjectHandler.
Definition at line 108 of file configoption.php.
& getObjects | ( | $criteria = null, | |
$id_as_key = false ) |
Get some XoopsConfigOption
s
object | $criteria | CriteriaElement |
bool | $id_as_key | Use the IDs as array-keys? |
XoopsConfigOption
s Definition at line 192 of file configoption.php.
insert | ( | & | $confoption | ) |
Insert a new option in the database
object | &$confoption | reference to a XoopsConfigOption |
Reimplemented from XoopsObjectHandler.
Definition at line 132 of file configoption.php.