API Documentation

Tool/Framework/System/Provider/Config.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
Classes
Zend_Tool_Framework_System_Provider_Config

Description

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_System_Provider_Config

Extends from
Zend_Tool_Framework_Provider_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
package
Framework
uses
Zend_Tool_Framework_Provider_Abstract
version
$Id: Config.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$_levelCompleted
$_specialties
Methods
create
_detectHomeDirectory
show
_printTree
enableProvider
_doEnable
enableManifest
disableManifest
disableProvider
_loadUserConfigIfExists

Description

Configuration Provider

Properties

$_levelCompleted

array $_levelCompleted = 'array'

Details

$_levelCompleted
array
visibility
protected
default
array
final
false
static
false

$_specialties

array $_specialties = 'array'

array of specialties handled by this provider

Details

$_specialties
array
visibility
protected
default
array
final
false
static
false

Methods

_detectHomeDirectory

_detectHomeDirectory( ) : string

Output
string
Details
visibility
protected
final
false
static
false

_doEnable

_doEnable(  $className ) :
Arguments
$className
Details
visibility
protected
final
false
static
false

_loadUserConfigIfExists

_loadUserConfigIfExists( ) : Zend_Tool_Framework_Client_Config

Details
visibility
protected
final
false
static
false

_printTree

_printTree( string $key, string $value, int $level = 1,  $isLast = false ) : string

Arguments
$key
string
$value
string
$level
int
$isLast
Output
string
Details
visibility
protected
final
false
static
false

create

create( ) :

Details
visibility
public
final
false
static
false

disableManifest

disableManifest( string $className ) :

Arguments
$className
string
Details
visibility
public
final
false
static
false

disableProvider

disableProvider( string $className ) :

Arguments
$className
string
Details
visibility
public
final
false
static
false

enableManifest

enableManifest( string $className ) :

Arguments
$className
string
Details
visibility
public
final
false
static
false

enableProvider

enableProvider( string $className ) :

Arguments
$className
string
Details
visibility
public
final
false
static
false

show

show( ) : void

Show Zend Tool User Configuration

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.