Tool/Framework/System/Provider/Config.php

Show: inherited
Table of Contents

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

Propertyprotectedarray $_levelCompleted = array()

Default valuearray()Details
Type
array
Propertyprotected\Zend_Tool_Framework_Registry_Interface $_registry = null
Propertyprotectedarray $_specialties = array('Manifest', 'Provider')

array of specialties handled by this provider

Default valuearray('Manifest', 'Provider')Details
Type
array

Methods

methodprotected_detectHomeDirectory() : string

Returns
Type Description
string
methodprotected_doEnable( $className) : void

Parameters
Name Type Description
$className
methodprotected_loadUserConfigIfExists() : \Zend_Tool_Framework_Client_Config

Returns
Type Description
\Zend_Tool_Framework_Client_Config
methodprotected_printTree(string $key, string $value, int $level = 1,  $isLast = false) : string

Parameters
Name Type Description
$key string
$value string
$level int
$isLast
Returns
Type Description
string
methodpubliccreate() : void

methodpublicdisable() : void

methodpublicdisableManifest(string $className) : void

Parameters
Name Type Description
$className string
methodpublicdisableProvider(string $className) : void

Parameters
Name Type Description
$className string
methodpublicenable() : void

methodpublicenableManifest(string $className) : void

Parameters
Name Type Description
$className string
methodpublicenableProvider(string $className) : void

Parameters
Name Type Description
$className string
methodpublicsetRegistry(\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
Name Type Description
$registry \Zend_Tool_Framework_Registry_Interface
Returns
Type Description
\Zend_Tool_Framework_Provider_Abstract
methodpublicshow() : void

Show Zend Tool User Configuration

Documentation was generated by phpDocumentor 2.0.0a8.