Package MVC\Dispatcher

Package MVC\Dispatcher

Classes summary
AbstractUrlMapper Call the controller method matching an url
Dispatcher
DispatcherUrlMapping
DispatchManager
UrlControllerMapper Call the controller method matching an url
UrlMapping
UrlMappings
UrlRedirectMapper Redirect to the an url
Interfaces summary
UrlMapper Call the controller method matching an url
UrlMappingsExtensionPoint
Exceptions summary
DispatcherException
MalformedUrlMapperRegexException The regular expression that the controller have to match is malformed
NoSuchControllerException

The specified method of the controller from the UrlDispatcherItem matching the url does not exists

NoUrlMatchException No UrlDispatcherItem were found matching the given url