Tool/Framework/System/Provider/Config.php
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 [email protected] 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
\Zend_Tool_Framework_System_Provider_Config
Package: Zend\Tool
Configuration Provider
At current it will return the request and response from the client registry as they are the more common things that will be needed by providers
- Parent(s)
- \Zend_Tool_Framework_Provider_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- \global\Zend_Tool_Framework_Provider_Abstract
- Version
- $Id: Config.php 24593 2012-01-05 20:35:02Z matthew $
Properties


\Zend_Tool_Framework_Registry_Interface $_registry = null
inheritedInherited from:
\Zend_Tool_Framework_Provider_Abstract::$$_registry
Default value
null
Details
Methods


_loadUserConfigIfExists() : \Zend_Tool_Framework_Client_Config
Returns
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Config |


_printTree(string $key, string $value, int $level = 1, $isLast = false) : string
Parameters
Returns
Name | Type | Description |
---|---|---|
$key | string | |
$value | string | |
$level | int | |
$isLast |
Type | Description |
---|---|
string |


setRegistry(\Zend_Tool_Framework_Registry_Interface $registry) : \Zend_Tool_Framework_Provider_Abstract
inherited
setRegistry() - required by Zend_Tool_Framework_Registry_EnabledInterface
Inherited from: \Zend_Tool_Framework_Provider_Abstract::setRegistry()
Parameters
Returns
Name | Type | Description |
---|---|---|
$registry | \Zend_Tool_Framework_Registry_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Provider_Abstract |