Abstract Class Zend_Controller_Plugin_Abstract

Description

Located in /Controller/Plugin/Abstract.php (line 30)


	
			
Direct descendents
Class Description
 class Zend_Layout_Controller_Plugin_Layout Render layouts
 class Zend_Controller_Plugin_ActionStack Manage a stack of actions
 class Zend_Controller_Plugin_ErrorHandler Handle exceptions that bubble up based on missing controllers, actions, or application errors, and forward to an error handler.
 class Zend_Controller_Plugin_PutHandler Plugin to digest PUT request body and make params available just like POST
 class Zend_Controller_Plugin_Broker
 class Zend_Wildfire_Channel_HttpHeaders Implements communication via HTTP request and response headers for Wildfire Protocols.
Variable Summary
Method Summary
Variables
Zend_Controller_Request_Abstract $_request (line 35)
  • access: protected
Zend_Controller_Response_Abstract $_response (line 40)
  • access: protected
Methods
dispatchLoopShutdown (line 149)

Called before Zend_Controller_Front exits its dispatch loop.

  • access: public
void dispatchLoopShutdown ()

Redefined in descendants as:
dispatchLoopStartup (line 113)

Called before Zend_Controller_Front enters its dispatch loop.

  • access: public
void dispatchLoopStartup (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
getRequest (line 59)

Get request object

  • access: public

Redefined in descendants as:
getResponse (line 81)

Get response object

  • access: public

Redefined in descendants as:
postDispatch (line 141)

Called after an action is dispatched by Zend_Controller_Dispatcher.

This callback allows for proxy or filter behavior. By altering the request and resetting its dispatched flag (via setDispatched(false)), a new action may be specified for dispatching.

  • access: public
void postDispatch (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
preDispatch (line 127)

Called before an action is dispatched by Zend_Controller_Dispatcher.

This callback allows for proxy or filter behavior. By altering the request and resetting its dispatched flag (via setDispatched(false)), the current action may be skipped.

  • access: public
void preDispatch (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
routeShutdown (line 104)

Called after Zend_Controller_Router exits.

Called after Zend_Controller_Front exits from the router.

  • access: public
void routeShutdown (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
routeStartup (line 93)

Called before Zend_Controller_Front begins evaluating the request against its routes.

  • access: public
void routeStartup (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
setRequest (line 48)

Set request object

  • access: public

Redefined in descendants as:
setResponse (line 70)

Set response object

  • access: public

Redefined in descendants as:

Documentation generated on Mon, 21 Jun 2010 15:04:52 -0400 by phpDocumentor 1.4.3