Public Member Functions | Protected Attributes

Zend_View_Helper_Placeholder Class Reference

Inheritance diagram for Zend_View_Helper_Placeholder:
Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 __construct ()
 placeholder ($name)
 getRegistry ()

Protected Attributes

 $_items = array()
 $_registry

Detailed Description

Definition at line 40 of file Placeholder.php.


Constructor & Destructor Documentation

__construct (  )

Constructor

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

Returns:
void

Definition at line 60 of file Placeholder.php.


Member Function Documentation

getRegistry (  )

Retrieve the registry

Returns:
Zend_View_Helper_Placeholder_Registry

Definition at line 83 of file Placeholder.php.

placeholder ( name )

Placeholder helper

Parameters:
string$name
Returns:
Zend_View_Helper_Placeholder_Container_Abstract

Definition at line 72 of file Placeholder.php.


The documentation for this class was generated from the following file: