Zend Framework
1.12
|
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. | |
![]() | |
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 | |
![]() | |
$_actionController = null | |
$_actionController | |
$_frontController = null | |
__construct | ( | ) |
actionToStack | ( | $action, | |
$controller = null , |
|||
$module = null , |
|||
array | $params = array() |
||
) |
Push a new action onto the stack.
string | $action | |
string | $controller | |
string | $module | |
array | $params |
Zend_Controller_Action_Exception |
direct | ( | $action, | |
$controller = null , |
|||
$module = null , |
|||
array | $params = array() |
||
) |
Perform helper when called as $this->_helper->actionStack() from an action controller.
Proxies to simple()
string | $action | |
string | $controller | |
string | $module | |
array | $params |
pushStack | ( | Zend_Controller_Request_Abstract | $next | ) |
Push onto the stack.
Zend_Controller_Request_Abstract | $next |
|
protected |