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

Element index for package Config

[ a ] [ c ] [ d ] [ f ] [ g ] [ i ] [ p ] [ r ] [ s ] [ t ] [ w ] [ x ]

a

$allowed_options
in file xml.php, variable Config_Container_xml::$allowed_options
array_merge_clobber
in file Config.php, method Config::array_merge_clobber()
    There seemed to be no built in function that would merge two arrays recursively and clobber any existing key/value pairs. Array_Merge() is not recursive, and array_merge_recursive seemed to give unsatisfactory results... it would append duplicate key/values.
top

c

Config
in file Config.php, class Config
    Partly implementation of the Config-Interface-API
Config
in file Config.php, method Config::Config()
    Constructor
Container.php
procedural page Container.php
Config.php
procedural page Config.php
Config_Container
in file Container.php, class Config_Container
    Interface for Config-Classes
Config_Container_db
in file db.php, method Config_Container_db::Config_Container_db()
    Constructor of the class
Config_Container_db
in file db.php, class Config_Container_db
    Config-API-Implemtentation for DB-Ini-Entries
Config_Container_IniFile
in file IniFile.php, class Config_Container_IniFile
    Config-API-Implemtentation for Ini-Files
Config_Container_phpIniFile
in file phpIniFile.php, class Config_Container_phpIniFile
    Config-API-Implemtentation for Ini-Files using parse_ini_file
Config_Container_wddx
in file wddx.php, class Config_Container_wddx
    Config-API-Implemtentation for wddx Files
Config_Container_xml
in file xml.php, class Config_Container_xml
    Config-API-Implemtentation for XML-Files
convertForOutput
in file wddx.php, method Config_Container_wddx::convertForOutput()
    converts Config`s internal data structure to raw wddx data
convertFromInput
in file wddx.php, method Config_Container_wddx::convertFromInput()
    converts raw wddx data to Config`s internal data structure
top

d

$data
in file Config.php, variable Config::$data
    contains the internal data structure
$datasrc
in file Config.php, variable Config::$datasrc
    contains the data source given by parseInput
db.php
procedural page db.php
top

f

$feature
in file xml.php, variable Config_Container_xml::$feature
    contains the features given by parseInput
$feature
in file phpIniFile.php, variable Config_Container_phpIniFile::$feature
    contains the features given by parseInput
$feature
in file IniFile.php, variable Config_Container_IniFile::$feature
    contains the features given by parseInput
$feature
in file db.php, variable Config_Container_db::$feature
    contains the features given by parseInput
top

g

getBlocks
in file Container.php, method Config_Container::getBlocks()
    returns the name of all childblocks
getBlocks
in file Config.php, method Config::getBlocks()
    returns all blocks of the given block
getValue
in file Container.php, method Config_Container::getValue()
    returns the value of the key in the given block
getValue
in file Config.php, method Config::getValue()
    return the value of the key of the given block
getValues
in file Container.php, method Config_Container::getValues()
    returns all key-value-pairs of the given block
getValues
in file Config.php, method Config::getValues()
    returns all key-value-pairs of the given block
top

i

IniFile.php
procedural page IniFile.php
top

p

phpIniFile.php
procedural page phpIniFile.php
parseInput
in file phpIniFile.php, method Config_Container_phpIniFile::parseInput()
    parses the input of the given data source
parseInput
in file xml.php, method Config_Container_xml::parseInput()
    parses the input of the given data source
parseInput
in file wddx.php, method Config_Container_wddx::parseInput()
    parses the input of the given data source
parseInput
in file IniFile.php, method Config_Container_IniFile::parseInput()
    parses the input of the given data source
parseInput
in file Container.php, method Config_Container::parseInput()
    parses the input of the given data source
parseInput
in file db.php, method Config_Container_db::parseInput()
    parses the input of the given data source
parseInput
in file Config.php, method Config::parseInput()
    parses the input of the given data source
top

r

top

s

setFeatures
in file Container.php, method Config_Container::setFeatures()
    Imports the requested datafields as object variables if allowed
setValue
in file Container.php, method Config_Container::setValue()
    sets the value of the key in the given block
setValue
in file Config.php, method Config::setValue()
    sets the value of the key of the given block
top

t

$tagname
in file xml.php, variable Config_Container_xml::$tagname
top

w

wddx.php
procedural page wddx.php
writeInput
in file wddx.php, method Config_Container_wddx::writeInput()
    writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
writeInput
in file phpIniFile.php, method Config_Container_phpIniFile::writeInput()
    Relay for writeInput in Config_Container_IniFile::writeInput(); uses the wonderfull trick of $this being inherited on static method calls
writeInput
in file IniFile.php, method Config_Container_IniFile::writeInput()
    writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
writeInput
in file Container.php, method Config_Container::writeInput()
    writes the data to the given data source or if not given to the datasource of parseInput
writeInput
in file db.php, method Config_Container_db::writeInput()
    writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
writeInput
in file Config.php, method Config::writeInput()
    writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
top

x

xml.php
procedural page xml.php
top

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