Tool/Framework/Registry.php
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id: Registry.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Framework_Registry
- Implements
- \Zend_Tool_Framework_Registry_Interface
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__get(string $name) : mixed
__get() - Get a property via property call $registry->foo
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |


__set(string $name, mixed $value) : void
__set() - Set a property via the magic set $registry->foo = 'foo'
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |


enableRegistryOnObject(object $object) : \Zend_Tool_Framework_Registry
enableRegistryOnObject() - make an object registry enabled
Name | Type | Description |
---|---|---|
$object | object |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


getActionRepository() : \Zend_Tool_Framework_Action_Repository
getActionRepository()
Type | Description |
---|---|
\Zend_Tool_Framework_Action_Repository |


getClient() : \Zend_Tool_Framework_Client_Abstract
getClient() return the client in the registry
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Abstract |


getConfig() : \Zend_Tool_Framework_Client_Config
getConfig()
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Config |


getLoader() : \Zend_Tool_Framework_Loader_Abstract
getLoader()
Type | Description |
---|---|
\Zend_Tool_Framework_Loader_Abstract |


getManifestRepository() : \Zend_Tool_Framework_Manifest_Repository
getManifestRepository()
Type | Description |
---|---|
\Zend_Tool_Framework_Manifest_Repository |


getProviderRepository() : \Zend_Tool_Framework_Provider_Repository
getProviderRepository()
Type | Description |
---|---|
\Zend_Tool_Framework_Provider_Repository |


getRequest() : \Zend_Tool_Framework_Client_Request
getRequest()
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


getResponse() : \Zend_Tool_Framework_Client_Response
getResponse()
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Response |


getStorage() : \Zend_Tool_Framework_Client_Storage
getConfig()
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Storage |


isObjectRegistryEnablable(object $object) : bool
isObjectRegistryEnablable() - Check whether an object is registry enablable
Name | Type | Description |
---|---|---|
$object | object |
Type | Description |
---|---|
bool |


setActionRepository(\Zend_Tool_Framework_Action_Repository $actionRepository) : \Zend_Tool_Framework_Registry
setActionRepository()
Name | Type | Description |
---|---|---|
$actionRepository | \Zend_Tool_Framework_Action_Repository |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setClient(\Zend_Tool_Framework_Client_Abstract $client) : \Zend_Tool_Framework_Registry
Enter description here.
..
Name | Type | Description |
---|---|---|
$client | \Zend_Tool_Framework_Client_Abstract |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setConfig(\Zend_Tool_Framework_Client_Config $config) : \Zend_Tool_Framework_Registry
setConfig()
Name | Type | Description |
---|---|---|
$config | \Zend_Tool_Framework_Client_Config |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setLoader(\Zend_Tool_Framework_Loader_Interface $loader) : \Zend_Tool_Framework_Registry
setLoader()
Name | Type | Description |
---|---|---|
$loader | \Zend_Tool_Framework_Loader_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setManifestRepository(\Zend_Tool_Framework_Manifest_Repository $manifestRepository) : \Zend_Tool_Framework_Registry
setManifestRepository()
Name | Type | Description |
---|---|---|
$manifestRepository | \Zend_Tool_Framework_Manifest_Repository |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setProviderRepository(\Zend_Tool_Framework_Provider_Repository $providerRepository) : \Zend_Tool_Framework_Registry
setProviderRepository()
Name | Type | Description |
---|---|---|
$providerRepository | \Zend_Tool_Framework_Provider_Repository |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setRequest(\Zend_Tool_Framework_Client_Request $request) : \Zend_Tool_Framework_Registry
setRequest()
Name | Type | Description |
---|---|---|
$request | \Zend_Tool_Framework_Client_Request |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setResponse(\Zend_Tool_Framework_Client_Response $response) : \Zend_Tool_Framework_Registry
setResponse()
Name | Type | Description |
---|---|---|
$response | \Zend_Tool_Framework_Client_Response |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |


setStorage(\Zend_Tool_Framework_Client_Storage $storage) : \Zend_Tool_Framework_Registry
setStorage()
Name | Type | Description |
---|---|---|
$storage | \Zend_Tool_Framework_Client_Storage |
Type | Description |
---|---|
\Zend_Tool_Framework_Registry |