Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_config_Item_Handler
  • icms_config_Item_Object
  • Overview
  • Package
  • Class

Class icms_config_Item_Object

icms_core_Object
Extended by icms_config_Item_Object
Package: Config\Item
Category: ICMS
Copyright:

copyright (c) 2000-2003 XOOPS.org You should have received a copy of XOOPS_copyrights.txt with this file. If not, you may obtain a copy from xoops.org


License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Located at config/item/Object.php
Methods summary
public
# __construct( )

Constructor

Constructor

Overrides

icms_core_Object::__construct()
public string
# getConfValueForOutput( )

Get a config value in a format ready for output

Get a config value in a format ready for output

Returns

string
public
# setConfValueForInput( mixed $value, boolean $force_slash = false )

Set a config value

Set a config value

Parameters

$value
$value Value
$force_slash
public
# setConfOptions( mixed $option )

Assign one or more icms_config_Item_ObjectOptions

Assign one or more icms_config_Item_ObjectOptions

Parameters

$option
either a icms_config_Item_ObjectOption object or an array of them
public array &
# getConfOptions( )

Get the icms_config_Item_ObjectOptions of this Config

Get the icms_config_Item_ObjectOptions of this Config

Returns

array
array of icms_config_Item_ObjectOption
public
# setType( string $newType )

This function will properly set the data type for each config item, overriding the default in the __construct method

This function will properly set the data type for each config item, overriding the default in the __construct method

Parameters

$newType
data type of the config item

Since

1.3.3
Methods inherited from icms_core_Object
assignVar(), assignVars(), cleanVars(), getErrors(), getHtmlErrors(), getValues(), getVar(), getVars(), initVar(), isDirty(), isNew(), isNewConfig(), registerFilter(), setDirty(), setErrors(), setFormVars(), setNew(), setNewConfig(), setVar(), setVars(), unsetDirty(), unsetNew(), unsetNewConfig(), xoopsClone()
Properties summary
public array $_confOptions

Config options

Config options

# array()
Properties inherited from icms_core_Object
$_isNewConfig, $cleanVars, $vars
API documentation generated by ApiGen