Zend Framework
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.
Zend_Tool_Framework_Action_Repository $_actionRepository = 'null'
Zend_Tool_Framework_Client_Abstract $_client = 'null'
Zend_Tool_Framework_Client_Config $_config = 'null'
Zend_Tool_Framework_Loader_Abstract $_loader = 'null'
Zend_Tool_Framework_Manifest_Repository $_manifestRepository = 'null'
Zend_Tool_Framework_Provider_Repository $_providerRepository = 'null'
Zend_Tool_Framework_Client_Request $_request = 'null'
Zend_Tool_Framework_Client_Response $_response = 'null'
Zend_Tool_Framework_Client_Storage $_storage = 'null'
__get(
string $name
)
:
mixed
__get() - Get a property via property call $registry->foo
__set(
string $name, mixed $value
)
:
__set() - Set a property via the magic set $registry->foo = 'foo'
enableRegistryOnObject(
object $object
)
:
Zend_Tool_Framework_Registry
enableRegistryOnObject() - make an object registry enabled
getActionRepository(
)
:
Zend_Tool_Framework_Action_Repository
getActionRepository()
getClient(
)
:
Zend_Tool_Framework_Client_Abstract
getClient() return the client in the registry
getConfig(
)
:
Zend_Tool_Framework_Client_Config
getConfig()
getLoader(
)
:
Zend_Tool_Framework_Loader_Abstract
getLoader()
getManifestRepository(
)
:
Zend_Tool_Framework_Manifest_Repository
getManifestRepository()
getProviderRepository(
)
:
Zend_Tool_Framework_Provider_Repository
getProviderRepository()
getRequest(
)
:
Zend_Tool_Framework_Client_Request
getRequest()
getResponse(
)
:
Zend_Tool_Framework_Client_Response
getResponse()
getStorage(
)
:
Zend_Tool_Framework_Client_Storage
getConfig()
isObjectRegistryEnablable(
object $object
)
:
bool
isObjectRegistryEnablable() - Check whether an object is registry enablable
reset(
)
:
reset() - Reset all internal properties
setActionRepository(
Zend_Tool_Framework_Action_Repository $actionRepository
)
:
Zend_Tool_Framework_Registry
setActionRepository()
setClient(
Zend_Tool_Framework_Client_Abstract $client
)
:
Zend_Tool_Framework_Registry
Enter description here...
setConfig(
Zend_Tool_Framework_Client_Config $config
)
:
Zend_Tool_Framework_Registry
setConfig()
setLoader(
Zend_Tool_Framework_Loader_Interface $loader
)
:
Zend_Tool_Framework_Registry
setLoader()
setManifestRepository(
Zend_Tool_Framework_Manifest_Repository $manifestRepository
)
:
Zend_Tool_Framework_Registry
setManifestRepository()
setProviderRepository(
Zend_Tool_Framework_Provider_Repository $providerRepository
)
:
Zend_Tool_Framework_Registry
setProviderRepository()
setRequest(
Zend_Tool_Framework_Client_Request $request
)
:
Zend_Tool_Framework_Registry
setRequest()
setResponse(
Zend_Tool_Framework_Client_Response $response
)
:
Zend_Tool_Framework_Registry
setResponse()
setStorage(
Zend_Tool_Framework_Client_Storage $storage
)
:
Zend_Tool_Framework_Registry
setStorage()