XOOPS
2.6.0
|
Public Member Functions | |
__construct () | |
clearConfOptions () | |
conf_catid ($format= '') | |
conf_desc ($format= '') | |
conf_formtype ($format= '') | |
conf_id ($format= '') | |
conf_modid ($format= '') | |
conf_name ($format= '') | |
conf_order ($format= '') | |
conf_title ($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() | |
XoopsConfigItem::__construct | ( | ) |
Constructor
Definition at line 55 of file configitem.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.
XoopsConfigItem::clearConfOptions | ( | ) |
XoopsConfigItem::conf_catid | ( | $format = '' | ) |
string | $format |
Definition at line 100 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_desc | ( | $format = '' | ) |
string | $format |
Definition at line 136 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_formtype | ( | $format = '' | ) |
string | $format |
Definition at line 145 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_id | ( | $format = '' | ) |
string | $format |
Definition at line 82 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_modid | ( | $format = '' | ) |
string | $format |
Definition at line 91 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_name | ( | $format = '' | ) |
string | $format |
Definition at line 109 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_order | ( | $format = '' | ) |
string | $format |
Definition at line 163 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_title | ( | $format = '' | ) |
string | $format |
Definition at line 118 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_value | ( | $format = '' | ) |
string | $format |
Definition at line 127 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::conf_valuetype | ( | $format = '' | ) |
string | $format |
Definition at line 154 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::getConfOptions | ( | ) |
Get the XoopsConfigOptions of this Config
Definition at line 242 of file configitem.php.
References $_confOptions.
Referenced by XoopsConfigHandler\deleteConfig(), and XoopsConfigHandler\insertConfig().
XoopsConfigItem::getConfValueForOutput | ( | ) |
Get a config value in a format ready for output
Definition at line 173 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
Referenced by createThemeform().
XoopsConfigItem::id | ( | $format = 'n' | ) |
string | $format |
Definition at line 73 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar().
XoopsConfigItem::setConfOptions | ( | $option | ) |
Assign one or more XoopsConfigOptions
mixed | $option | either a XoopsConfigOption object or an array of them |
Definition at line 223 of file configitem.php.
XoopsConfigItem::setConfValueForInput | ( | & | $value, |
$force_slash = false |
|||
) |
Set a config value
mixed | &$value | Value |
bool | $force_slash |
Definition at line 200 of file configitem.php.
References Xoops\Core\Kernel\XoopsObject\getVar(), and Xoops\Core\Kernel\XoopsObject\setVar().
|
private |
Definition at line 50 of file configitem.php.
Referenced by getConfOptions().