|
const | FOUND = 1 |
|
$this | method = $method |
|
const | METHOD_NOT_ALLOWED = 2 |
|
const | NOT_FOUND = 0 |
|
$this | routeArguments = $routeArguments |
|
$this | routeIdentifier = $routeIdentifier |
|
$this | routeStatus = $routeStatus |
|
$this | uri = $uri |
|
|
DispatcherInterface | $dispatcher |
|
string | $method |
|
string | $routeIdentifier = null |
|
int | $routeStatus |
| The status is one of the constants shown above NOT_FOUND = 0 FOUND = 1 METHOD_NOT_ALLOWED = 2.
|
|
string | $uri |
|
array< string, array $routeArguments;public function __construct(DispatcherInterface $dispatcher, string $method, string $uri, int $routeStatus, ?string $routeIdentifier=null, array $routeArguments=[]) { $this-> | dispatcher = $dispatcher |
| string>
|
|
◆ getAllowedMethods()
Slim\Routing\RoutingResults::getAllowedMethods |
( |
| ) |
|
◆ getRouteArguments()
Slim\Routing\RoutingResults::getRouteArguments |
( |
bool | $urlDecode = true | ) |
|
The documentation for this class was generated from the following file:
- lib/slim/slim/Slim/Routing/RoutingResults.php