Zend_ConfigImplements interfaces:
Located in /Config.php (line 35)
| Class | Description |
|---|---|
Zend_Config_Ini
|
|
Zend_Config_Xml
|
boolean
$_allowModifications
(line 42)
Whether in-memory modifications to configuration data are allowed
integer
$_count
(line 56)
Number of elements in configuration data
array
$_data
(line 63)
Contains array of configuration data
array
$_extends
= array() (line 81)
This is used to track section inheritance. The keys are names of sections that extend other sections, and the values are the extended sections.
integer
$_index
(line 49)
Iteration index
mixed
$_loadedSection
(line 73)
Contains which config file sections were loaded. This is null if all sections were loaded, a string name if one section is loaded and an array of string names if multiple sections were loaded.
Constructor __construct (line 95)
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.
areAllSectionsLoaded (line 263)
Returns true if all sections were loaded
asArray (line 172)
Return an associative array of the stored data.
count (line 193)
Defined by Countable interface
current (line 203)
Defined by Iterator interface
getSectionName (line 253)
Returns the section name(s) loaded.
key (line 213)
Defined by Iterator interface
next (line 222)
Defined by Iterator interface
rewind (line 232)
Defined by Iterator interface
toArray (line 153)
Return an associative array of the stored data.
valid (line 243)
Defined by Iterator interface
_assertValidExtend (line 276)
Throws an exception if $extendingSection may not extend $extendedSection, and tracks the section extension if it is valid.
__get (line 117)
Magic function so that $obj->value will work.
__isset (line 183)
Support isset() overloading on PHP 5.1
__set (line 134)
Only allow setting of a property if $allowModifications was set to true on construction. Otherwise, throw an exception.
Documentation generated on Sun, 27 May 2007 23:21:47 -0700 by phpDocumentor 1.3.2