Public Member Functions | |
getLayout () | |
setLayout (Zend_Layout $layout) | |
layout () | |
Protected Attributes | |
$_layout |
Definition at line 34 of file Layout.php.
getLayout | ( | ) |
layout | ( | ) |
Return layout object
Usage: $this->layout()->setLayout('alternate');
Definition at line 77 of file Layout.php.
setLayout | ( | Zend_Layout $ | layout ) |
Set layout object
Zend_Layout | $layout |
Definition at line 64 of file Layout.php.