[Zend_Registry] element index

Package indexes

All elements
g i o r s z _
_
top
Method _unsetInstance
Unset the default registry instance.
g
top
Method get
Zend_Registry::get() in Registry.php
getter method, basically same as offsetGet().
Method getInstance
Retrieves the default registry instance.
i
top
Method init
Zend_Registry::init() in Registry.php
Initialize the default registry instance.
Method isRegistered
Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
o
top
Method offsetExists
r
top
Page Registry.php
Registry.php in Registry.php
s
top
Method set
Zend_Registry::set() in Registry.php
setter method, basically same as offsetSet().
Method setClassName
Set the class name to use for the default registry instance.
Method setInstance
Set the default registry instance to a specified instance.
z
top
Class Zend_Registry
Zend_Registry in Registry.php
Generic storage class helps to manage global data.
g i o r s z _