|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
Public Member Functions | |||
| __construct (RouteCollectorInterface $routeCollector) | |||
| dispatch (string $method, string $uri) | |||
| {Get routing results for a given request method and uri.} | |||
| getAllowedMethods (string $uri) | |||
{Get allowed methods for a given uri.
| |||
Protected Member Functions | |
| createDispatcher () | |
| Slim\Routing\Dispatcher::dispatch | ( | string | $method, |
| string | $uri ) |
{Get routing results for a given request method and uri.}
Implements Slim\Interfaces\DispatcherInterface.
| Slim\Routing\Dispatcher::getAllowedMethods | ( | string | $uri | ) |
{Get allowed methods for a given uri.
| string[] |
Implements Slim\Interfaces\DispatcherInterface.