Zend_Controller_Plugin_AbstractImplements interfaces:
Located in /Zend/Controller/Plugin/Abstract.php (line 34)
| Class | Description |
|---|---|
Zend_Controller_Plugin_Broker
|
Zend_Controller_Dispatcher_Token|boolean
dispatchLoopStartup
(Zend_Controller_Dispatcher_Token|boolean $action)
Zend_Controller_Dispatcher_Token|boolean
postDispatch
(Zend_Controller_Dispatcher_Token|boolean $action)
Zend_Controller_Dispatcher_Token|boolean
preDispatch
(Zend_Controller_Dispatcher_Token|boolean $action)
Zend_Controller_Dispatcher_Token|boolean
routeShutdown
(Zend_Controller_Dispatcher_Token|boolean $action)
dispatchLoopShutdown (line 114)
Called before Zend_Controller_Front exists its dispatch loop.
dispatchLoopStartup (line 73)
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.
postDispatch (line 104)
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.
preDispatch (line 88)
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.
routeShutdown (line 56)
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.
routeStartup (line 42)
Called before Zend_Controller_Front begins evaluating the request against its routes.
Documentation generated on Tue, 11 Jul 2006 12:16:27 -0500 by phpDocumentor 1.3.0RC6