Dispatcher (class)

Class 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

Cake\Routing\Dispatcher uses Cake\Event\EventDispatcherTrait
Namespace: Cake\Routing
Location: Routing/Dispatcher.php

Properties summary