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

Public Member Functions

 __construct ()
 Constructor.
 
 placeholder ($name)
 Placeholder helper.
 
 getRegistry ()
 Retrieve the registry.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 setView (Zend_View_Interface $view)
 Set the View object.
 
 direct ()
 Strategy pattern: currently unutilized.
 

Protected Attributes

 $_items = array()
 
 $_registry
 

Additional Inherited Members

- Public Attributes inherited from Zend_View_Helper_Abstract
 $view = null
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Retrieve container registry from Zend_Registry, or create new one and register it.

Returns
void

Member Function Documentation

getRegistry ( )

Retrieve the registry.

Returns
Zend_View_Helper_Placeholder_Registry
placeholder (   $name)

Placeholder helper.

Parameters
string$name
Returns
Zend_View_Helper_Placeholder_Container_Abstract

Member Data Documentation

$_items = array()
protected
$_registry
protected