Add to action stack

uses
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
inherited_from \Zend_Controller_Action_Helper_Abstract

 Methods

Constructor

__construct() : void

Register action stack plugin

Push a new action onto the stack

actionToStack(string $action, string $controller = null, string $module = null, array $params = array()) : \Zend_Controller_Action_Helper_ActionStack

Parameters

$action

string

$controller

string

$module

string

$params

array

Exceptions

\Zend_Controller_Action_Exception

Returns

\Zend_Controller_Action_Helper_ActionStack

Perform helper when called as $this->_helper->actionStack() from an action controller

direct(string $action, string $controller = null, string $module = null, array $params = array()) : boolean

Proxies to \simple()

Parameters

$action

string

$controller

string

$module

string

$params

array

Returns

boolean

Retrieve current action controller

getActionController() : \Zend_Controller_Action
Inherited

Returns

\Zend_Controller_Action

Retrieve front controller instance

getFrontController() : \Zend_Controller_Front
Inherited

Returns

\Zend_Controller_Front

getName()

getName() : string
Inherited

Returns

string

getRequest() -

getRequest() : \Zend_Controller_Request_Abstract
Inherited

Returns

\Zend_Controller_Request_Abstract$request

getResponse() -

getResponse() : \Zend_Controller_Response_Abstract
Inherited

Returns

\Zend_Controller_Response_Abstract$response

Hook into action controller initialization

init() : void
Inherited

Hook into action controller postDispatch() workflow

postDispatch() : void
Inherited

Hook into action controller preDispatch() workflow

preDispatch() : void
Inherited

Push onto the stack

pushStack(\Zend_Controller_Request_Abstract $next) : \Zend_Controller_Action_Helper_ActionStack

Parameters

$next

\Zend_Controller_Request_Abstract

Returns

\Zend_Controller_Action_Helper_ActionStackProvides a fluent interface

setActionController()

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

Parameters

$actionController

\Zend_Controller_Action

Returns

\Zend_Controller_ActionHelper_AbstractProvides a fluent interface

 Properties

 

$_actionController

$_actionController : \Zend_Controller_Action

Default

null
 

$_actionStack

$_actionStack : \Zend_Controller_Plugin_ActionStack

Default

 

$_frontController

$_frontController : mixed

Default

null