Tool/Project/Context/Repository.php

Show: PublicProtectedPrivateinherited
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Tool  
Version
$Id$  

\Zend_Tool_Project_Context_Repository

Package: Zend_Tool
Implements
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_contexts = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_instance = null
static
Default valuenullDetails
Type
n/a
>VPropertyprotected$_isInitialized = false
static
Default valuefalseDetails
Type
n/a
>VPropertyprotected$_shortContextNames = array()
Default valuearray()Details
Type
n/a

Methods

methodprotected__construct() : void

methodprotected_normalizeName( $name) : void

Parameters
NameTypeDescription
$name
methodpublicaddContext(\Zend_Tool_Project_Context_Interface $context) : \Zend_Tool_Project_Context_Repository

Enter description here.

..
Parameters
NameTypeDescription
$context\Zend_Tool_Project_Context_Interface
Returns
TypeDescription
\Zend_Tool_Project_Context_Repository
methodpublicaddContextClass( $contextClass) : void

Parameters
NameTypeDescription
$contextClass
methodpublicaddContextsFromDirectory( $directory,  $prefix) : void

Parameters
NameTypeDescription
$directory
$prefix
methodpubliccount() : void

methodpublicgetContext( $name) : void

Parameters
NameTypeDescription
$name
methodpublicgetInstance() : \Zend_Tool_Project_Context_Repository
static

Enter description here.

methodpublichasContext( $name) : void

Parameters
NameTypeDescription
$name
methodpublicisOverwritableContext( $name) : void

Parameters
NameTypeDescription
$name
methodpublicisSystemContext( $name) : void

Parameters
NameTypeDescription
$name
methodpublicisTopLevelContext( $name) : void

Parameters
NameTypeDescription
$name
methodpublicresetInstance() : void
static

Documentation was generated by phpDocumentor 2.2.0 .