XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct () | |
getOptionKey () | |
getOptionLabel () | |
isEqual (&$option) | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
$vars = [] | |
$cleanVars = [] | |
$_isNew = false | |
$_isDirty = false | |
$_errors = [] | |
$_filters = [] | |
Definition at line 19 of file configoption.php.
__construct | ( | ) |
constructor
normally, this is called from child classes only @access public
Reimplemented from XoopsObject.
Definition at line 22 of file configoption.php.
getOptionKey | ( | ) |
Get a constract of confop_value
Definition at line 40 of file configoption.php.
getOptionLabel | ( | ) |
Get a constract of confop_name
Definition at line 48 of file configoption.php.
isEqual | ( | & | $option | ) |
Compare with contents of $config object. If it's equal, return true. This member function doesn't use 'conf_id' & 'conf_order' to compare.
$option |
Definition at line 60 of file configoption.php.