Interface Zend_Controller_Dispatcher_Interface

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

Located in /Zend/Controller/Dispatcher/Interface.php (line 28)


	
			
Method Summary
string formatActionName (string $unformatted)
string formatControllerName (string $unformatted)
Methods
dispatch (line 67)

Dispatches a Zend_Controller_Dispatcher_Token object to a controller/action. If the action requests a forward to another action, a new Zend_Controller_Dispatcher_Token will be returned.

  • access: public
formatActionName (line 50)

Formats a string into an action name. This is used to take a raw action name, such as one that would be packaged inside a Zend_Controller_Dispatcher_Token object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.

  • access: public
string formatActionName (string $unformatted)
  • string $unformatted
formatControllerName (line 39)

Formats a string into a controller name. This is used to take a raw controller name, such as one that would be packaged inside a Zend_Controller_Dispatcher_Token object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.

  • access: public
string formatControllerName (string $unformatted)
  • string $unformatted
isDispatchable (line 58)

Returns TRUE if an action can be dispatched, or FALSE otherwise.

  • access: public
boolean isDispatchable (Zend_Controller_Dispatcher_Token $route)

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