Abstract Class Zend_Controller_Plugin_Abstract

Description
  • abstract:
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Controller/Plugin/Abstract.php (line 35)


	
			
Direct descendents
Class Description
 class Zend_Controller_Plugin_Broker
Variable Summary
Method Summary
Variables
Zend_Controller_Request_Abstract $_request (line 40)
  • access: protected
Zend_Controller_Response_Abstract $_response (line 45)
  • access: protected
Methods
dispatchLoopShutdown (line 154)

Called before Zend_Controller_Front exits its dispatch loop.

  • access: public
void dispatchLoopShutdown ()

Redefined in descendants as:
dispatchLoopStartup (line 118)

Called before Zend_Controller_Front enters its dispatch loop.

  • access: public
void dispatchLoopStartup (Zend_Controller_Request_Abstract $request)

Redefined in descendants as:
getRequest (line 64)

Get request object

  • access: public

Redefined in descendants as:
getResponse (line 86)

Get response object

  • access: public

Redefined in descendants as:
postDispatch (line 146)

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 132)

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 109)

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 98)

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 53)

Set request object

  • access: public

Redefined in descendants as:
setResponse (line 75)

Set response object

  • access: public

Redefined in descendants as:

Documentation generated on Wed, 21 Feb 2007 11:45:10 -0800 by phpDocumentor 1.3.1