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

Public Member Functions

 partialLoop ($name=null, $module=null, $model=null)
 Renders a template fragment within a variable scope distinct from the calling View object.
 
- Public Member Functions inherited from Zend_View_Helper_Partial
 partial ($name=null, $module=null, $model=null)
 Renders a template fragment within a variable scope distinct from the calling View object.
 
 cloneView ()
 Clone the current View.
 
 setObjectKey ($key)
 Set object key.
 
 getObjectKey ()
 Retrieve object key.
 
- 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

 $partialCounter = 0
 
- Protected Attributes inherited from Zend_View_Helper_Partial
 $_objectKey
 

Additional Inherited Members

- Public Attributes inherited from Zend_View_Helper_Abstract
 $view = null
 

Member Function Documentation

partialLoop (   $name = null,
  $module = null,
  $model = null 
)

Renders a template fragment within a variable scope distinct from the calling View object.

If no arguments are provided, returns object instance.

Parameters
string$nameName of view script
string | array$moduleIf $model is empty, and $module is an array, these are the variables to populate in the view. Otherwise, the module in which the partial resides
array$modelVariables to populate in the view
Returns
string

Member Data Documentation

$partialCounter = 0
protected