|
XOOPS
2.6.0
|

Public Member Functions | |
| __construct () | |
| clearConfOptions () | |
| conf_desc ($format= '') | |
| conf_formtype ($format= '') | |
| conf_id ($format= '') | |
| conf_modid ($format= '') | |
| conf_name ($format= '') | |
| conf_order ($format= '') | |
| conf_title ($format= '') | |
| conf_uid ($format= '') | |
| conf_value ($format= '') | |
| conf_valuetype ($format= '') | |
| getConfOptions () | |
| getConfValueForOutput () | |
| id ($format= 'n') | |
| setConfOptions ($option) | |
| setConfValueForInput (&$value, $force_slash=false) | |
Public Member Functions inherited from Xoops\Core\Kernel\XoopsObject | |
| assignVar ($key, $value) | |
| assignVars ($var_arr) | |
| cleanVars ($quote=true) | |
| destroyVars ($var) | |
| getErrors () | |
| getHtmlErrors () | |
| getValues ($keys=null, $format= 's', $maxDepth=1) | |
| getVar ($key, $format= 's') | |
| getVars () | |
| initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options= '') | |
| isDirty () | |
| isNew () | |
| loadFilters ($method) | |
| registerFilter ($filtername) | |
| setDirty () | |
| setErrors ($err_str) | |
| setFormVars ($var_arr=null, $pref= 'xo_', $not_gpc=false) | |
| setNew () | |
| setVar ($key, $value, $not_gpc=false) | |
| setVars ($var_arr, $not_gpc=false) | |
| toArray () | |
| unsetDirty () | |
| unsetNew () | |
| xoopsClone () | |
Private Attributes | |
| $_confOptions = array() | |
Additional Inherited Members | |
Public Attributes inherited from Xoops\Core\Kernel\XoopsObject | |
| $cleanVars = array() | |
| $plugin_path | |
| $vars = array() | |
| UserconfigsItem::__construct | ( | ) |
Constructor
Definition at line 43 of file item.php.
References Xoops\Core\Kernel\XoopsObject\initVar(), Xoops\Core\Kernel\XOBJ_DTYPE_INT, Xoops\Core\Kernel\XOBJ_DTYPE_OTHER, Xoops\Core\Kernel\XOBJ_DTYPE_TXTAREA, and Xoops\Core\Kernel\XOBJ_DTYPE_TXTBOX.

| UserconfigsItem::clearConfOptions | ( | ) |
| UserconfigsItem::conf_desc | ( | $format = '' | ) |
| string | $format |
Definition at line 124 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_formtype | ( | $format = '' | ) |
| string | $format |
Definition at line 133 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_id | ( | $format = '' | ) |
| string | $format |
Definition at line 70 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_modid | ( | $format = '' | ) |
| string | $format |
Definition at line 79 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_name | ( | $format = '' | ) |
| string | $format |
Definition at line 97 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_order | ( | $format = '' | ) |
| string | $format |
Definition at line 151 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_title | ( | $format = '' | ) |
| string | $format |
Definition at line 106 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_uid | ( | $format = '' | ) |
| string | $format |
Definition at line 88 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_value | ( | $format = '' | ) |
| string | $format |
Definition at line 115 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::conf_valuetype | ( | $format = '' | ) |
| string | $format |
Definition at line 142 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::getConfOptions | ( | ) |
Get the XoopsConfigItemOptions of this Config
Definition at line 230 of file item.php.
References $_confOptions.
Referenced by UserconfigsConfigHandler\deleteConfig(), and UserconfigsConfigHandler\insertConfig().

| UserconfigsItem::getConfValueForOutput | ( | ) |
Get a config value in a format ready for output
Definition at line 161 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::id | ( | $format = 'n' | ) |
| string | $format |
Definition at line 61 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar().

| UserconfigsItem::setConfOptions | ( | $option | ) |
Assign one or more XoopsConfigItemOptions
| mixed | $option | either a XoopsConfigItemOption object or an array of them |
| UserconfigsItem::setConfValueForInput | ( | & | $value, |
$force_slash = false |
|||
| ) |
Set a config value
| mixed | &$value | Value |
| bool | $force_slash |
Definition at line 188 of file item.php.
References Xoops\Core\Kernel\XoopsObject\getVar(), and Xoops\Core\Kernel\XoopsObject\setVar().

|
private |
Definition at line 38 of file item.php.
Referenced by getConfOptions().