Summary
- File
- Package hierarchy MVC
- Class hierarchy \Dispatcher
__construct(\<code>UrlControllerMapper[]</code> $url_controller_mappers)
build a new Dispatcher from a UrlDispatcherItem List
\UrlControllerMapper[] |
$url_controller_mappers | the list of the |
None found |
dispatch()
dispatch the current url argument to the first method matching in the <code>UrlControllerMapper</code> list of the controller object
None found |