Public Member Functions | Protected Attributes

Zend_View_Helper_Layout Class Reference

Inheritance diagram for Zend_View_Helper_Layout:
Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 getLayout ()
 setLayout (Zend_Layout $layout)
 layout ()

Protected Attributes

 $_layout

Detailed Description

Definition at line 34 of file Layout.php.


Member Function Documentation

getLayout (  )

Get layout object

Returns:
Zend_Layout

Definition at line 44 of file Layout.php.

layout (  )

Return layout object

Usage: $this->layout()->setLayout('alternate');

Returns:
Zend_Layout

Definition at line 77 of file Layout.php.

setLayout ( Zend_Layout layout )

Set layout object

Parameters:
Zend_Layout$layout
Returns:
Zend_Layout_Controller_Action_Helper_Layout

Definition at line 64 of file Layout.php.


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