XOOPS Docs - kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Class: XoopsConfigItem

Source Location: /kernel/configitem.php

Class Overview

XoopsObject
   |
   --XoopsConfigItem



Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Methods


Inherited Variables

Inherited Methods

Class: XoopsObject

XoopsObject::XoopsObject()
constructor
XoopsObject::assignVar()
assign a value to a variable
XoopsObject::cleanVars()
clean values of all variables of the object for storage.
XoopsObject::getErrors()
return the errors for this object as an array
XoopsObject::getHtmlErrors()
return the errors for this object as html
XoopsObject::getValues()
Returns the values of the specified variables
XoopsObject::getVar()
returns a specific variable for the object in a proper format
XoopsObject::getVars()
returns all variables for the object
XoopsObject::initVar()
initialize variables for the object
XoopsObject::isDirty()
mark modified objects as dirty
XoopsObject::isNew()
used for new/clone objects
XoopsObject::registerFilter()
dynamically register additional filter for the object
XoopsObject::setDirty()
mark modified objects as dirty
XoopsObject::setErrors()
add an error
XoopsObject::setNew()
used for new/clone objects
XoopsObject::setVar()
assign a value to a variable
XoopsObject::unsetDirty()
mark modified objects as dirty
XoopsObject::unsetNew()
used for new/clone objects
XoopsObject::xoopsClone()
create a clone(copy) of the current object

Class Details

[line 61]


Tags:

author:  Kazumi Ono <onokazu@xoops.org>
copyright:  copyright (c) 2000-2003 XOOPS.org


[ Top ]


Class Methods


constructor XoopsConfigItem [line 75]

XoopsConfigItem XoopsConfigItem( )

Constructor



[ Top ]

method getConfOptions [line 162]

array &getConfOptions( )

Get the XoopsConfigItemOptions of this Config



Tags:

return:  array of XoopsConfigItemOption


[ Top ]

method getConfValueForOutput [line 94]

string getConfValueForOutput( )

Get a config value in a format ready for output



[ Top ]

method setConfOptions [line 143]

void setConfOptions( mixed $option)

Assign one or more XoopsConfigItemOptions



Parameters:

mixed   $option   either a XoopsConfigItemOption object or an array of them

[ Top ]

method setConfValueForInput [line 120]

void setConfValueForInput( mixed &$value, [bool $force_slash = false])

Set a config value



Parameters:

mixed   &$value   Value
bool   $force_slash  

[ Top ]


XOOPS Docs generated by phpDocumentor