category Zend
package Zend_Controller
subpackage Zend_Controller_Action_Helper
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Retrieve current action controller

getActionController() : \Zend_Controller_Action

Returns

\Zend_Controller_Action

Retrieve front controller instance

getFrontController() : \Zend_Controller_Front

Returns

\Zend_Controller_Front

getName()

getName() : string

Returns

string

getRequest() -

getRequest() : \Zend_Controller_Request_Abstract

Returns

\Zend_Controller_Request_Abstract$request

getResponse() -

getResponse() : \Zend_Controller_Response_Abstract

Returns

\Zend_Controller_Response_Abstract$response

Hook into action controller initialization

init() : void

Hook into action controller postDispatch() workflow

postDispatch() : void

Hook into action controller preDispatch() workflow

preDispatch() : void

setActionController()

setActionController(\Zend_Controller_Action $actionController = null) : \Zend_Controller_ActionHelper_Abstract

Parameters

$actionController

\Zend_Controller_Action

Returns

\Zend_Controller_ActionHelper_AbstractProvides a fluent interface

 Properties

 

$_actionController

$_actionController : \Zend_Controller_Action

Default

null
 

$_frontController

$_frontController : mixed

Default

null