* Router * * Responsible for registering route paths with associated callables. * When a Slim application is run, the Router finds a matching Route for * the current HTTP request, and if a matching route is found, executes * the Route's associated callable passing it parameters from the Request URI. * * @package Slim * @author Josh Lockhart * @since Version 1.0
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected