Config
[ class tree: Config ] [ index: Config ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ g ] [ i ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ w ]

a

addItem
in file Container.php, method Config_Container::addItem()
    Adds an item to this item.
Apache.php
procedural page Apache.php
Apache.php
procedural page Apache.php
top

c

$children
in file Container.php, variable Config_Container::$children
    Container object children
$container
in file Config.php, variable Config::$container
    Container object
$content
in file Container.php, variable Config_Container::$content
    Container object content
Config
in file Config.php, class Config
    Config
Config
in file Config.php, method Config::Config()
    Constructor Initializes a container and returns its root element.
Container.php
procedural page Container.php
Config.php
procedural page Config.php
Config_Container
in file Container.php, method Config_Container::Config_Container()
    Constructor
Config_Container
in file Container.php, class Config_Container
    Interface for Config containers
Config_Container_Apache
in file Apache.php, class Config_Container_Apache
    Config parser for apache httpd.conf files
Config_Container_GenericConf
in file GenericConf.php, class Config_Container_GenericConf
    Config parser for generic .conf files like htdig.conf...
Config_Container_IniCommented
in file IniCommented.php, class Config_Container_IniCommented
    Config parser for PHP .ini files with comments
Config_Container_IniFile
in file IniFile.php, class Config_Container_IniFile
    Config parser for PHP .ini files Faster because it uses parse_ini_file() but get rid of comments.
Config_Container_PHPArray
in file PHPArray.php, class Config_Container_PHPArray
    Config parser for common PHP configuration array such as found in the horde project.
top

d

$datasrc
in file Config.php, variable Config::$datasrc
    Datasource Can be a file url, a dsn, an object...
top

g

GenericConf.php
procedural page GenericConf.php
getContent
in file Container.php, method Config_Container::getContent()
    Get this item's content.
getItem
in file Container.php, method Config_Container::getItem()
    Tries to find the specified item(s) and returns the objects.
getItemIndex
in file Container.php, method Config_Container::getItemIndex()
    Returns the item position in its parent children array.
getName
in file Container.php, method Config_Container::getName()
    Get this item's name.
getParent
in file Container.php, method Config_Container::getParent()
    Returns the item parent object.
getType
in file Container.php, method Config_Container::getType()
    Get this item's type.
top

i

IniCommented.php
procedural page IniCommented.php
IniFile.php
procedural page IniFile.php
IniCommented.php
procedural page IniCommented.php
insertItem
in file Container.php, method Config_Container::insertItem()
    Inserts an item to a specified position.
isContainerRegistered
in file Config.php, method Config::isContainerRegistered()
    Returns true if container is registered
top

n

$name
in file Container.php, variable Config_Container::$name
    Container object name
top

o

$options
in file PHPArray.php, variable Config_Container_PHPArray::$options
    Use options to specify the name of your configuration array.
$options
in file GenericConf.php, variable Config_Container_GenericConf::$options
    Use options to specify your .conf specificities ie, comment char, equal sign, config line feed.
$options
in file Container.php, variable Config_Container::$options
    Contains the options used by the parser
top

p

$parent
in file Container.php, variable Config_Container::$parent
    Reference to container object's parent
PHPArray.php
procedural page PHPArray.php
parseConfig
in file Config.php, method Config::parseConfig()
    Parses the datasource contents
parseDatasrc
in file IniFile.php, method Config_Container_IniFile::parseDatasrc()
    Parses the data of the given configuration file
parseDatasrc
in file PHPArray.php, method Config_Container_PHPArray::parseDatasrc()
    Parses the data of the given configuration file
parseDatasrc
in file GenericConf.php, method Config_Container_GenericConf::parseDatasrc()
    Parses the data of the given configuration file
parseDatasrc
in file Apache.php, method Config_Container_Apache::parseDatasrc()
    Parses the data of the given configuration file
parseDatasrc
in file IniCommented.php, method Config_Container_IniCommented::parseDatasrc()
    Parses the data of the given configuration file
top

r

removeItem
in file Container.php, method Config_Container::removeItem()
    Deletes an item (section, directive, comment...) from the current object
top

s

setContent
in file Container.php, method Config_Container::setContent()
    Set this item's content.
setName
in file Container.php, method Config_Container::setName()
    Set this item's name.
setOptions
in file Container.php, method Config_Container::setOptions()
    Imports the requested options if allowed
setType
in file Container.php, method Config_Container::setType()
    Set this item's type.
top

t

$type
in file Container.php, variable Config_Container::$type
    Container object type
toArray
in file Container.php, method Config_Container::toArray()
    Returns a key/value pair array of the container and its children.
toString
in file IniFile.php, method Config_Container_IniFile::toString()
    Returns a formatted string of the object
toString
in file PHPArray.php, method Config_Container_PHPArray::toString()
    Returns a formatted string of the object
toString
in file IniCommented.php, method Config_Container_IniCommented::toString()
    Returns a formatted string of the object
toString
in file Container.php, method Config_Container::toString()
    Interface method
toString
in file Apache.php, method Config_Container_Apache::toString()
    Returns a formatted string of the object
toString
in file GenericConf.php, method Config_Container_GenericConf::toString()
    Returns a formatted string of the object
top

w

writeConfig
in file Config.php, method Config::writeConfig()
    Writes the container contents to datasource
writeDatasrc
in file Container.php, method Config_Container::writeDatasrc()
    Writes the configuration to a file Must be overriden in case you don't use files.
top

Documentation generated on Fri, 30 Apr 2004 21:44:39 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.