Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Registry $registry=null, $key=null) | |
Constructor. | |
setRegistry (Zend_Registry $registry) | |
Set registry object. | |
getRegistry () | |
Retrieve registry object. | |
getRegistryKey () | |
Retrieve registry key. | |
setRegistryKey ($key) | |
Set registry key. | |
setClearRequestParams ($clearRequestParams) | |
Set clearRequestParams flag. | |
getClearRequestParams () | |
Retrieve clearRequestParams flag. | |
getStack () | |
Retrieve action stack. | |
pushStack (Zend_Controller_Request_Abstract $next) | |
Push an item onto the stack. | |
popStack () | |
Pop an item off the action stack. | |
postDispatch (Zend_Controller_Request_Abstract $request) | |
postDispatch() plugin hook – check for actions in stack, and dispatch if any found | |
forward (Zend_Controller_Request_Abstract $next) | |
Forward request with next action. | |
![]() | |
setRequest (Zend_Controller_Request_Abstract $request) | |
Set request object. | |
getRequest () | |
Get request object. | |
setResponse (Zend_Controller_Response_Abstract $response) | |
Set response object. | |
getResponse () | |
Get response object. | |
routeStartup (Zend_Controller_Request_Abstract $request) | |
Called before Zend_Controller_Front begins evaluating the request against its routes. | |
routeShutdown (Zend_Controller_Request_Abstract $request) | |
Called after Zend_Controller_Router exits. | |
dispatchLoopStartup (Zend_Controller_Request_Abstract $request) | |
Called before Zend_Controller_Front enters its dispatch loop. | |
preDispatch (Zend_Controller_Request_Abstract $request) | |
Called before an action is dispatched by Zend_Controller_Dispatcher. | |
postDispatch (Zend_Controller_Request_Abstract $request) | |
Called after an action is dispatched by Zend_Controller_Dispatcher. | |
dispatchLoopShutdown () | |
Called before Zend_Controller_Front exits its dispatch loop. | |
Protected Member Functions | |
_saveStack (array $stack) | |
Save stack to registry. | |
Protected Attributes | |
$_registry | |
$_registryKey = 'Zend_Controller_Plugin_ActionStack' | |
$_validKeys | |
$_clearRequestParams = false | |
![]() | |
$_request | |
$_response | |
__construct | ( | Zend_Registry | $registry = null , |
$key = null |
|||
) |
|
protected |
forward | ( | Zend_Controller_Request_Abstract | $next | ) |
Forward request with next action.
array | $next |
getClearRequestParams | ( | ) |
Retrieve clearRequestParams flag.
getRegistry | ( | ) |
Retrieve registry object.
getRegistryKey | ( | ) |
Retrieve registry key.
getStack | ( | ) |
Retrieve action stack.
popStack | ( | ) |
Pop an item off the action stack.
postDispatch | ( | Zend_Controller_Request_Abstract | $request | ) |
postDispatch() plugin hook – check for actions in stack, and dispatch if any found
Zend_Controller_Request_Abstract | $request |
pushStack | ( | Zend_Controller_Request_Abstract | $next | ) |
Push an item onto the stack.
Zend_Controller_Request_Abstract | $next |
setClearRequestParams | ( | $clearRequestParams | ) |
Set clearRequestParams flag.
bool | $clearRequestParams |
setRegistry | ( | Zend_Registry | $registry | ) |
setRegistryKey | ( | $key | ) |
|
protected |
|
protected |
|
protected |
|
protected |