Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
Slim\Interfaces\DispatcherInterface Interface Reference
Inheritance diagram for Slim\Interfaces\DispatcherInterface:
Slim\Routing\Dispatcher

Public Member Functions

 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.
 

Member Function Documentation

◆ dispatch()

Slim\Interfaces\DispatcherInterface::dispatch ( string $method,
string $uri )

Get routing results for a given request method and uri.

Implemented in Slim\Routing\Dispatcher.

◆ getAllowedMethods()

Slim\Interfaces\DispatcherInterface::getAllowedMethods ( string $uri)

Get allowed methods for a given uri.

Return values
string[]

Implemented in Slim\Routing\Dispatcher.


The documentation for this interface was generated from the following file: