Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Controller_Action_Helper_ActionStack Class Reference

Public Member Functions

 __construct ()
 Constructor.
 
 pushStack (Zend_Controller_Request_Abstract $next)
 Push onto the stack.
 
 actionToStack ($action, $controller=null, $module=null, array $params=array())
 Push a new action onto the stack.
 
 direct ($action, $controller=null, $module=null, array $params=array())
 Perform helper when called as $this->_helper->actionStack() from an action controller.
 
- Public Member Functions inherited from Zend_Controller_Action_Helper_Abstract
 setActionController (Zend_Controller_Action $actionController=null)
 setActionController()
 
 getActionController ()
 Retrieve current action controller.
 
 getFrontController ()
 Retrieve front controller instance.
 
 init ()
 Hook into action controller initialization.
 
 preDispatch ()
 Hook into action controller preDispatch() workflow.
 
 postDispatch ()
 Hook into action controller postDispatch() workflow.
 
 getRequest ()
 getRequest() -
 
 getResponse ()
 getResponse() -
 
 getName ()
 getName()
 

Protected Attributes

 $_actionStack
 
- Protected Attributes inherited from Zend_Controller_Action_Helper_Abstract
 $_actionController = null
 $_actionController
 
 $_frontController = null
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Register action stack plugin

Returns
void
See Also
Zend_Controller_Plugin_ActionStack

Member Function Documentation

actionToStack (   $action,
  $controller = null,
  $module = null,
array  $params = array() 
)

Push a new action onto the stack.

Parameters
string$action
string$controller
string$module
array$params
Exceptions
Zend_Controller_Action_Exception
Returns
Zend_Controller_Action_Helper_ActionStack
See Also
Zend_Controller_Action_Exception
Zend_Controller_Action_Exception
Zend_Controller_Request_Simple
direct (   $action,
  $controller = null,
  $module = null,
array  $params = array() 
)

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

Proxies to simple()

Parameters
string$action
string$controller
string$module
array$params
Returns
boolean
pushStack ( Zend_Controller_Request_Abstract  $next)

Push onto the stack.

Parameters
Zend_Controller_Request_Abstract$next
Returns
Zend_Controller_Action_Helper_ActionStack Provides a fluent interface

Member Data Documentation

$_actionStack
protected