XOOPS 2.5.6
Final
|
Public Member Functions | |
& | create ($isNew=true) |
delete (&$confoption) | |
& | get ($id) |
getObjects ($criteria=null, $id_as_key=false) | |
insert (&$confoption) | |
Public Member Functions inherited from XoopsObjectHandler | |
& | create () |
delete (&$object) | |
& | get ($int_id) |
insert (&$object) | |
XoopsObjectHandler (&$db) | |
Additional Inherited Members | |
Public Attributes inherited from XoopsObjectHandler | |
$db | |
Definition at line 96 of file configoption.php.
& XoopsConfigOptionHandler::create | ( | $isNew = true | ) |
Create a new option
bool | $isNew | Flag the option as "new"? |
Definition at line 105 of file configoption.php.
XoopsConfigOptionHandler::delete | ( | & | $confoption | ) |
Delete an option
object | &$confoption | reference to a XoopsConfigOption |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 184 of file configoption.php.
& XoopsConfigOptionHandler::get | ( | $id | ) |
Get an option from the database
int | $id | ID of the option |
Definition at line 121 of file configoption.php.
XoopsConfigOptionHandler::getObjects | ( | $criteria = null , |
|
$id_as_key = false |
|||
) |
Get some XoopsConfigOptions
object | $criteria | CriteriaElement |
bool | $id_as_key | Use the IDs as array-keys? |
Definition at line 207 of file configoption.php.
References $criteria, $limit, $result, $ret, $sql, and $start.
XoopsConfigOptionHandler::insert | ( | & | $confoption | ) |
Insert a new option in the database
object | &$confoption | reference to a XoopsConfigOption |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 145 of file configoption.php.