Routing (namespace)
Namespace Cake\Routing
Namespaces summary
Class summary
-
Dispatcher
Dispatcher converts Requests into controller actions. It uses the dispatched Request to locate and load the correct controller. If found, the requested action is called on the controller
-
DispatcherFactory
A factory for creating dispatchers with all the desired middleware