Class Zend_Layout_Controller_Action_Helper_Layout

Description

Helper for interacting with Zend_Layout objects

Located in /Layout/Controller/Action/Helper/Layout.php (line 36)

Zend_Controller_Action_Helper_Abstract
   |
   --Zend_Layout_Controller_Action_Helper_Layout
Variable Summary
Method Summary
Variables
Zend_Controller_Front $_frontController (line 41)
  • access: protected

Redefinition of:
Zend_Controller_Action_Helper_Abstract::$_frontController
bool $_isActionControllerSuccessful = false (line 51)
  • access: protected
Zend_Layout $_layout (line 46)
  • access: protected

Inherited Variables

Inherited from Zend_Controller_Action_Helper_Abstract

Zend_Controller_Action_Helper_Abstract::$_actionController
Methods
Constructor __construct (line 59)

Constructor

  • access: public
void __construct ([ $layout = null])
direct (line 164)

Strategy pattern; call object as method

Returns layout object

  • access: public
Zend_Layout direct ()
getFrontController (line 91)

Get front controller instance

  • access: public
Zend_Controller_Front getFrontController ()

Redefinition of:
Zend_Controller_Action_Helper_Abstract::getFrontController()
Retrieve front controller instance
getLayoutInstance (line 109)

Get layout object

  • access: public
Zend_Layout getLayoutInstance ()
init (line 81)
  • access: public
void init ()

Redefinition of:
Zend_Controller_Action_Helper_Abstract::init()
Hook into action controller initialization
isActionControllerSuccessful (line 152)

Did the previous action successfully complete?

  • access: public
bool isActionControllerSuccessful ()
postDispatch (line 141)

Mark Action Controller (according to this plugin) as Running successfully

  • access: public

Redefinition of:
Zend_Controller_Action_Helper_Abstract::postDispatch()
Hook into action controller postDispatch() workflow
setLayoutInstance (line 130)

Set layout object

  • access: public
Zend_Layout_Controller_Action_Helper_Layout setLayoutInstance ( $layout)
__call (line 176)

Proxy method calls to layout object

  • access: public
mixed __call (string $method, array $args)
  • string $method
  • array $args

Inherited Methods

Inherited From Zend_Controller_Action_Helper_Abstract

 Zend_Controller_Action_Helper_Abstract::getActionController()
 Zend_Controller_Action_Helper_Abstract::getFrontController()
 Zend_Controller_Action_Helper_Abstract::getName()
 Zend_Controller_Action_Helper_Abstract::getRequest()
 Zend_Controller_Action_Helper_Abstract::getResponse()
 Zend_Controller_Action_Helper_Abstract::init()
 Zend_Controller_Action_Helper_Abstract::postDispatch()
 Zend_Controller_Action_Helper_Abstract::preDispatch()
 Zend_Controller_Action_Helper_Abstract::setActionController()

Documentation generated on Mon, 21 Jun 2010 15:30:35 -0400 by phpDocumentor 1.4.3