XOOPS  2.6.0
UserconfigsItem Class Reference
Inheritance diagram for UserconfigsItem:
Inheritance graph

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()
 

Detailed Description

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

Definition at line 29 of file item.php.

Constructor & Destructor Documentation

UserconfigsItem::__construct ( )

Member Function Documentation

UserconfigsItem::clearConfOptions ( )

Clear options from this item

Returns
void

Definition at line 240 of file item.php.

UserconfigsItem::conf_desc (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 124 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_formtype (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 133 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_id (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 70 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_modid (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 79 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_name (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 97 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_order (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 151 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_title (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 106 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_uid (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 88 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_value (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 115 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::conf_valuetype (   $format = '')
Parameters
string$format
Returns
mixed

Definition at line 142 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::getConfOptions ( )

Get the XoopsConfigItemOptions of this Config

Returns
array array of XoopsConfigItemOption

Definition at line 230 of file item.php.

References $_confOptions.

Referenced by UserconfigsConfigHandler\deleteConfig(), and UserconfigsConfigHandler\insertConfig().

Here is the caller graph for this function:

UserconfigsItem::getConfValueForOutput ( )

Get a config value in a format ready for output

Returns
string

Definition at line 161 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::id (   $format = 'n')
Parameters
string$format
Returns
mixed

Definition at line 61 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar().

Here is the call graph for this function:

UserconfigsItem::setConfOptions (   $option)

Assign one or more XoopsConfigItemOptions

Parameters
mixed$optioneither a XoopsConfigItemOption object or an array of them

Definition at line 211 of file item.php.

References $count, and $i.

UserconfigsItem::setConfValueForInput ( $value,
  $force_slash = false 
)

Set a config value

Parameters
mixed&$valueValue
bool$force_slash

Definition at line 188 of file item.php.

References Xoops\Core\Kernel\XoopsObject\getVar(), and Xoops\Core\Kernel\XoopsObject\setVar().

Here is the call graph for this function:

Member Data Documentation

UserconfigsItem::$_confOptions = array()
private

Definition at line 38 of file item.php.

Referenced by getConfOptions().


The documentation for this class was generated from the following file: