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_RegistryenableRegistryOnObject() - make an object registry enabled
| Name | Type | Description |
|---|---|---|
| $object | object |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Registry |

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

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

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

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

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

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

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

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

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

isObjectRegistryEnablable(object $object) : boolisObjectRegistryEnablable() - 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_RegistrysetActionRepository()
| 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_RegistryEnter 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_RegistrysetConfig()
| 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_RegistrysetLoader()
| 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_RegistrysetManifestRepository()
| 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_RegistrysetProviderRepository()
| 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_RegistrysetRequest()
| 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_RegistrysetResponse()
| 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_RegistrysetStorage()
| Name | Type | Description |
|---|---|---|
| $storage | \Zend_Tool_Framework_Client_Storage |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Registry |