Zend_ConfigImplements interfaces:
Located in /Zend/Config.php (line 35)
Constructor __construct (line 53)
Zend_Config provides a property based interface to an array. The data are read only unless $allowModifications is set to true on construction.
Zend_Config also implements Countable and Iterator to facilitate easy access to the data.
asArray (line 121)
Return an associative array of the stored data.
count (line 150)
Defined by Countable interface
current (line 160)
Defined by Iterator interface
key (line 170)
Defined by Iterator interface
next (line 179)
Defined by Iterator interface
rewind (line 192)
Defined by Iterator interface
valid (line 203)
Defined by Iterator interface
_isValidKeyName (line 75)
Ensure that the key is a valid PHP property name
__get (line 86)
Magic function so that $obj->value will work.
__isset (line 140)
Support isset() overloading on PHP 5.1
__set (line 103)
Only allow setting of a property if $allowModifications was set to true on construction. Otherwise, throw an exception.
Documentation generated on Tue, 11 Jul 2006 12:16:43 -0500 by phpDocumentor 1.3.0RC6