Implements interfaces:
Located in /Config.php (line 35)
Class | Description |
---|---|
![]() |
|
![]() |
Whether in-memory modifications to configuration data are allowed
Number of elements in configuration data
Contains array of configuration data
This is used to track section inheritance. The keys are names of sections that extend other sections, and the values are the extended sections.
Iteration index
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.
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.
Returns true if all sections were loaded
Return an associative array of the stored data.
Defined by Countable interface
Defined by Iterator interface
Returns the section name(s) loaded.
Defined by Iterator interface
Defined by Iterator interface
Defined by Iterator interface
Return an associative array of the stored data.
Defined by Iterator interface
Throws an exception if $extendingSection may not extend $extendedSection, and tracks the section extension if it is valid.
Magic function so that $obj->value will work.
Support isset() overloading on PHP 5.1
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