Zend Framework
1.12
|
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 |
|
protected |
|
protected |
addContext | ( | Zend_Tool_Project_Context_Interface | $context | ) |
Enter description here...
Zend_Tool_Project_Context_Interface | $context |
addContextClass | ( | $contextClass | ) |
addContextsFromDirectory | ( | $directory, | |
$prefix | |||
) |
count | ( | ) |
getContext | ( | $name | ) |
|
static |
Enter description here...
hasContext | ( | $name | ) |
isOverwritableContext | ( | $name | ) |
isSystemContext | ( | $name | ) |
isTopLevelContext | ( | $name | ) |
|
static |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |