Generic storage class helps to manage global data.
Located in /Registry.php (line 35)
ArrayObject | --Zend_Registry
getter method, basically same as offsetGet().
This method can be called from an object of type Zend_Registry, or it can be called statically. In the latter case, it uses the default static instance stored in the class.
Retrieves the default registry instance.
Initialize the default registry instance.
Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
setter method, basically same as offsetSet().
This method can be called from an object of type Zend_Registry, or it can be called statically. In the latter case, it uses the default static instance stored in the class.
Set the class name to use for the default registry instance.
Does not affect the currently initialized instance, it only applies for the next time you instantiate.
Set the default registry instance to a specified instance.
Unset the default registry instance.
Primarily used in tearDown() in unit tests.
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
Documentation generated on Sun, 27 May 2007 23:27:06 -0700 by phpDocumentor 1.3.2