Abstract Class Zend_Controller_Plugin_Abstract

Description

Implements interfaces:

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

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


	
			
Direct descendents
Class Description
 class Zend_Controller_Plugin_Broker
Method Summary
Methods
dispatchLoopShutdown (line 112)

Called before Zend_Controller_Front exists its dispatch loop.

  • access: public
void dispatchLoopShutdown ()

Implementation of:
Zend_Controller_Plugin_Interface::dispatchLoopShutdown()
Called before Zend_Controller_Front exists its dispatch loop.

Redefined in descendants as:
dispatchLoopStartup (line 71)

Called before Zend_Controller_Front enters its dispatch loop.

During the dispatch loop.

This callback allows for proxy or filter behavior. The $action must be returned for the Zend_Controller_Dispatcher_Token to enter the dispatch loop. To abort before the dispatch loop is entered, return FALSE.

  • access: public
Zend_Controller_Dispatcher_Token|boolean dispatchLoopStartup (Zend_Controller_Dispatcher_Token|boolean $action)

Implementation of:
Zend_Controller_Plugin_Interface::dispatchLoopStartup()
Called before Zend_Controller_Front enters its dispatch loop.

Redefined in descendants as:
postDispatch (line 102)

Called after an action is dispatched by Zend_Controller_Dispatcher.

This callback allows for proxy or filter behavior. The $action must be returned, otherwise the next action will not be dispatched. To exit the dispatch loop without dispatching the action, return FALSE.

  • access: public
Zend_Controller_Dispatcher_Token|boolean postDispatch (Zend_Controller_Dispatcher_Token|boolean $action)

Implementation of:
Zend_Controller_Plugin_Interface::postDispatch()
Called after an action is dispatched by Zend_Controller_Dispatcher.

Redefined in descendants as:
preDispatch (line 86)

Called before an action is dispatched by Zend_Controller_Dispatcher.

This callback allows for proxy or filter behavior. The $action must be returned for the Zend_Controller_Dispatcher_Token to be dispatched. To abort the dispatch, return FALSE.

  • access: public

Implementation of:
Zend_Controller_Plugin_Interface::preDispatch()
Called before an action is dispatched by Zend_Controller_Dispatcher.

Redefined in descendants as:
routeShutdown (line 54)

Called after Zend_Controller_Router exits.

This callback allows for proxy or filter behavior. The $action must be returned for the Zend_Controller_Dispatcher_Token to enter the dispatch loop. To abort before the dispatch loop is entered, return FALSE.

  • access: public
Zend_Controller_Dispatcher_Token|boolean routeShutdown (Zend_Controller_Dispatcher_Token|boolean $action)

Implementation of:
Zend_Controller_Plugin_Interface::routeShutdown()
Called after Zend_Controller_Front exits from the router.

Redefined in descendants as:
routeStartup (line 40)

Called before Zend_Controller_Front begins evaluating the request against its routes.

  • access: public
void routeStartup ()

Implementation of:
Zend_Controller_Plugin_Interface::routeStartup()
Called before Zend_Controller_Front begins evaluating the request against its routes.

Redefined in descendants as:

Documentation generated on Fri, 30 Jun 2006 11:29:38 -0500 by phpDocumentor 1.3.0RC6