[Zend_Config] element index

Package indexes

All elements
a c e g i k n r v x z _
_
top
$_allowModifications
Whether in-memory modifications to configuration data are allowed
$_count
Zend_Config::$_count in Config.php
Number of elements in configuration data
$_data
Zend_Config::$_data in Config.php
Contains array of configuration data
$_extends
This is used to track section inheritance. The keys are names of sections that extend other sections, and the values are the extended sections.
$_index
Zend_Config::$_index in Config.php
Iteration index
$_loadedSection
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.
_arrayMergeRecursive
Merge two arrays recursively, overwriting keys of the same name name in $array1 with the value in $array2.
_assertValidExtend
Throws an exception if $extendingSection may not extend $extendedSection, and tracks the section extension if it is valid.
_isValidKeyName
Ensure that the key is a valid PHP property name
_processExtends
Helper function to process each element in the section and handle the "extends" inheritance keyword. Passes control to _processKey() to handle the "dot" sub-property syntax in each key.
_processExtends
Helper function to process each element in the section and handle the "extends" inheritance attribute.
_processKey
Assign the key's value to the property list. Handle the "dot" notation for sub-properties by passing control to processLevelsInKey().
_toArray
Returns an associative and possibly multidimensional array from a SimpleXMLElement.
__construct
Loads the section $section from the config file $filename for access facilitated by nested object properties.
__construct
Zend_Config provides a property based interface to an array. The data are read-only unless $allowModifications is set to true on construction.
__construct
Loads the section $section from the config file $filename for access facilitated by nested object properties.
__get
Zend_Config::__get() in Config.php
Magic function so that $obj->value will work.
__isset
Support isset() overloading on PHP 5.1
__set
Zend_Config::__set() in Config.php
Only allow setting of a property if $allowModifications was set to true on construction. Otherwise, throw an exception.
a
top
areAllSectionsLoaded
Returns true if all sections were loaded
asArray
Return an associative array of the stored data.
c
top
count
Zend_Config::count() in Config.php
Defined by Countable interface
current
Defined by Iterator interface
Config.php
Config.php in Config.php
e
top
Exception.php
Exception.php in Exception.php
g
top
getSectionName
Returns the section name(s) loaded.
i
top
Ini.php
Ini.php in Ini.php
k
top
key
Zend_Config::key() in Config.php
Defined by Iterator interface
n
top
next
Zend_Config::next() in Config.php
Defined by Iterator interface
r
top
rewind
Zend_Config::rewind() in Config.php
Defined by Iterator interface
v
top
valid
Zend_Config::valid() in Config.php
Defined by Iterator interface
x
top
Xml.php
Xml.php in Xml.php
z
top
Zend_Config
Zend_Config in Config.php
Zend_Config_Exception
Zend_Config_Exception in Exception.php
Zend_Config_Ini
Zend_Config_Ini in Ini.php
Zend_Config_Xml
Zend_Config_Xml in Xml.php
a c e g i k n r v x z _