Zend_RegistryGeneric storage class helps to manage global data.
Located in /Registry.php (line 35)
ArrayObject | --Zend_Registry
static get (line 140)
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.
static getInstance (line 54)
Retrieves the default registry instance.
static init (line 87)
Initialize the default registry instance.
static isRegistered (line 176)
Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
static set (line 163)
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.
static setClassName (line 102)
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.
static setInstance (line 71)
Set the default registry instance to a specified instance.
static _unsetInstance (line 124)
Unset the default registry instance.
Primarily used in tearDown() in unit tests.
offsetExists (line 190)
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