__clone()
__construct()
__get()
__isset()
__set()
__unset()
areAllSectionsLoaded()
count()
current()
get()
getExtends()
getSectionName()
key()
merge()
next()
readOnly()
rewind()
setExtend()
setReadOnly()
toArray()
valid()
_assertValidExtend()
_loadFileErrorHandler()
$_allowModifications
$_count
$_data
$_extends
$_index
$_loadFileErrorStr
$_loadedSection
$_skipNextIteration
| category | Zend |
|---|---|
| package | Zend_Config |
| copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| license | New BSD License |
__clone() : void
__construct(array $array, boolean $allowModifications) : void
Zend_Config also implements Countable and Iterator to facilitate easy access to the data.
array
boolean
__get(string $name) : mixed
string
mixed__isset(string $name) : boolean
string
boolean__set(string $name, mixed $value) : void
__unset(string $name) : void
areAllSectionsLoaded() : boolean
booleancount() : int
intcurrent() : mixed
mixedget(string $name, mixed $default) : mixed
string
mixed
mixedgetExtends() : array
arraygetSectionName() : mixed
mixedkey() : mixed
mixedmerge(Zend_Config $merge) : \Zend_Config
next()
readOnly() : boolean
booleanrewind()
setExtend(string $extendingSection, string $extendedSection) : void
string
string
setReadOnly()
toArray() : array
arrayvalid() : boolean
boolean_assertValidExtend(string $extendingSection, string $extendedSection) : void
_loadFileErrorHandler(integer $errno, string $errstr, string $errfile, integer $errline)
integer
string
string
integer
$_allowModifications : boolean
$_count : integer
$_data : array
$_extends : array
$_index : integer
$_loadFileErrorStr : string
Is null if there was no error while file loading
$_loadedSection : mixed
$_skipNextIteration : boolean