[Zend_Registry] element index

Package indexes

All elements
e g h i r s z _
_
top
$_registry
Object registry provides storage for shared objects
__construct
Constructor
e
top
Exception.php
Exception.php in Exception.php
g
top
get
Retrieves a registered shared object, where $name is the registered name of the object to retrieve.
get
Zend_Registry::get() in Registry.php
Retrieves a registered shared object, where $name is the registered name of the object to retrieve.
getInstance
Retrieves the singleton instance creating one if necessary
h
top
has
Zend_Registry::has() in Registry.php
Returns TRUE if the $name is a named object in the registry, or FALSE if $name was not found in the registry.
has
Returns TRUE if the $name is a named object in the registry, or FALSE if $name was not found in the registry.
i
top
$instance
Zend_Registry::$instance in Registry.php
Singleton Instance
Interface.php
Interface.php in Interface.php
r
top
Registry.php
Registry.php in Registry.php
s
top
set
Registers a shared object.
set
Zend_Registry::set() in Registry.php
Registers a shared object.
setInstance
Sets or clears the singleton instance
z
top
Zend_Registry
Zend_Registry in Registry.php
Registry class for avoiding globals and some singletons
Zend_Registry_Exception
Zend_Registry_Exception in Exception.php
**************************************************************************
Zend_Registry_Interface
Zend_Registry_Interface in Interface.php
e g h i r s z _