[Zend_Registry] element index
Package indexes
default
Zend_Acl
Zend_Mime
Zend_Mime_Decode
ZForm
Zend_Controller
Zend_Server
Zend_Rest
Zend_Http
Zend_Service
Zend_Session_Core
Zend_Exception
Zend_Json
Zend_XmlRpc
Xml
Zend_Db
Zend_View
Zend_Mail
Zend_Request
Zend
All elements
e
g
h
i
r
s
z
_
_
top
$_registry
Zend_Registry::$_registry
in Registry.php
Object registry provides storage for shared objects
__construct
Zend_Registry::__construct()
in Registry.php
Constructor
e
top
Exception.php
Exception.php
in Exception.php
g
top
get
Zend_Registry_Interface::get()
in Interface.php
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
Zend_Registry::getInstance()
in Registry.php
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
Zend_Registry_Interface::has()
in Interface.php
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
Zend_Registry_Interface::set()
in Interface.php
Registers a shared object.
set
Zend_Registry::set()
in Registry.php
Registers a shared object.
setInstance
Zend_Registry::setInstance()
in Registry.php
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
_