Zend Framework  1.12
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Zend_Tool_Project_Context_Repository Class Reference

Public Member Functions

 addContextsFromDirectory ($directory, $prefix)
 
 addContextClass ($contextClass)
 
 addContext (Zend_Tool_Project_Context_Interface $context)
 Enter description here...
 
 getContext ($name)
 
 hasContext ($name)
 
 isSystemContext ($name)
 
 isTopLevelContext ($name)
 
 isOverwritableContext ($name)
 
 count ()
 

Static Public Member Functions

static getInstance ()
 Enter description here...
 
static resetInstance ()
 

Protected Member Functions

 __construct ()
 
 _normalizeName ($name)
 

Protected Attributes

 $_shortContextNames = array()
 
 $_contexts = array()
 

Static Protected Attributes

static $_instance = null
 
static $_isInitialized = false
 

Constructor & Destructor Documentation

__construct ( )
protected

Member Function Documentation

_normalizeName (   $name)
protected
addContext ( Zend_Tool_Project_Context_Interface  $context)

Enter description here...

Parameters
Zend_Tool_Project_Context_Interface$context
Returns
Zend_Tool_Project_Context_Repository
addContextClass (   $contextClass)
addContextsFromDirectory (   $directory,
  $prefix 
)
count ( )
getContext (   $name)
static getInstance ( )
static

Enter description here...

Returns
Zend_Tool_Project_Context_Repository
hasContext (   $name)
isOverwritableContext (   $name)
isSystemContext (   $name)
isTopLevelContext (   $name)
static resetInstance ( )
static

Member Data Documentation

$_contexts = array()
protected
$_instance = null
staticprotected
$_isInitialized = false
staticprotected
$_shortContextNames = array()
protected