Zend Framework
1.12
|
Public Member Functions | |
createContainer ($key, array $value=array()) | |
createContainer | |
getContainer ($key) | |
Retrieve a placeholder container. | |
containerExists ($key) | |
Does a particular container exist? | |
setContainer ($key, Zend_View_Helper_Placeholder_Container_Abstract $container) | |
Set the container for an item in the registry. | |
deleteContainer ($key) | |
Delete a container. | |
setContainerClass ($name) | |
Set the container class to use. | |
getContainerClass () | |
Retrieve the container class. | |
Static Public Member Functions | |
static | getRegistry () |
Retrieve or create registry instnace. | |
Public Attributes | |
const | REGISTRY_KEY = 'Zend_View_Helper_Placeholder_Registry' |
Zend_Registry key under which placeholder registry exists string. | |
Protected Attributes | |
$_containerClass = 'Zend_View_Helper_Placeholder_Container' | |
$_items = array() | |
containerExists | ( | $key | ) |
Does a particular container exist?
string | $key |
createContainer | ( | $key, | |
array | $value = array() |
||
) |
createContainer
string | $key | |
array | $value |
deleteContainer | ( | $key | ) |
Delete a container.
string | $key |
getContainer | ( | $key | ) |
Retrieve a placeholder container.
string | $key |
getContainerClass | ( | ) |
Retrieve the container class.
|
static |
Retrieve or create registry instnace.
setContainer | ( | $key, | |
Zend_View_Helper_Placeholder_Container_Abstract | $container | ||
) |
Set the container for an item in the registry.
string | $key | |
Zend_View_Placeholder_Container_Abstract | $container |
setContainerClass | ( | $name | ) |
|
protected |
|
protected |
const REGISTRY_KEY = 'Zend_View_Helper_Placeholder_Registry' |
Zend_Registry key under which placeholder registry exists string.