XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct () | |
getTitle () | |
getDesc () | |
& | getOptionItems () |
getRoledModuleList () | |
getConfValueForOutput () | |
setConfValueForInput (&$value, $force_slash=false) | |
setConfOptions ($option) | |
& | getConfOptions () |
isEqual (&$config) | |
loadFromConfigInfo ($mid, &$configInfo, $order=null) | |
![]() | |
setNew () | |
unsetNew () | |
isNew () | |
setDirty () | |
unsetDirty () | |
isDirty () | |
initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options='') | |
assignVar ($key, $value) | |
assignVars ($var_arr) | |
setVar ($key, $value, $not_gpc=false) | |
setVars ($var_arr, $not_gpc=false) | |
setFormVars ($var_arr=null, $pref='xo_', $not_gpc=false) | |
& | getVars () |
& | getVar ($key, $format='s') |
getShow ($key) | |
set ($key, $value) | |
get ($key) | |
getProperty ($key) | |
getProperties () | |
cleanVars () | |
registerFilter ($filtername) | |
_loadFilters () | |
& | xoopsClone () |
setErrors ($err_str) | |
getErrors () | |
getHtmlErrors () | |
![]() | |
initVar ($key, $data_type, $default, $required, $size) | |
Data Fields | |
$_confOptions = [] | |
![]() | |
$vars = [] | |
$cleanVars = [] | |
$_isNew = false | |
$_isDirty = false | |
$_errors = [] | |
$_filters = [] | |
__construct | ( | ) |
& getConfOptions | ( | ) |
Get the XoopsConfigItemOption
s of this Config
XoopsConfigItemOption
Definition at line 184 of file configitem.php.
getConfValueForOutput | ( | ) |
Get a config value in a format ready for output
Definition at line 115 of file configitem.php.
getDesc | ( | ) |
Get a constract of description. If it isn't defined, return null.
Definition at line 76 of file configitem.php.
& getOptionItems | ( | ) |
Definition at line 84 of file configitem.php.
getRoledModuleList | ( | ) |
Definition at line 95 of file configitem.php.
getTitle | ( | ) |
Get a constract of title
Definition at line 68 of file configitem.php.
isEqual | ( | & | $config | ) |
Compare with contents of $config object. If it's equal, return true. This member function doesn't use 'conf_id' & 'conf_value' & 'conf_order' to compare.
XoopsConfigItem | $config |
Definition at line 196 of file configitem.php.
loadFromConfigInfo | ( | $mid, | |
& | $configInfo, | ||
$order = null ) |
Definition at line 242 of file configitem.php.
setConfOptions | ( | $option | ) |
Assign one or more XoopsConfigItemOption
s
mixed | $option | either a XoopsConfigItemOption object or an array of them |
Definition at line 165 of file configitem.php.
setConfValueForInput | ( | & | $value, |
$force_slash = false ) |
Set a config value
mixed | &$value | Value |
bool | $force_slash |
Definition at line 139 of file configitem.php.
$_confOptions = [] |
Definition at line 40 of file configitem.php.