Interface Zend_Controller_Plugin_Interface

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

Located in /Zend/Controller/Plugin/Interface.php (line 30)


	
			
Method Summary
Methods
dispatchLoopShutdown (line 97)

Called before Zend_Controller_Front exists its dispatch loop.

  • access: public
void dispatchLoopShutdown ()
dispatchLoopStartup (line 65)

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)
postDispatch (line 90)

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)
preDispatch (line 77)

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
routeShutdown (line 51)

Called after Zend_Controller_Front exits from the router.

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)
routeStartup (line 38)

Called before Zend_Controller_Front begins evaluating the request against its routes.

  • access: public
void routeStartup ()

Documentation generated on Sun, 29 Oct 2006 21:27:21 -0600 by phpDocumentor 1.3.0RC6