\Support\WebApplicationRouteMap

Summary

Methods
Properties
Constants
define()
match()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$routes
N/A

Properties

$routes

$routes : \Support\WebApplication\Route[]

Type

Route[]

Methods

define()

define(string  $method, string  $path, array  $route) : \Support\WebApplication\Route

Parameters

string $method
string $path
array $route

Returns

\Support\WebApplication\Route —

match()

match(string  $method, string  $path) : \Support\WebApplication\Route|null

Parameters

string $method
string $path

Returns

\Support\WebApplication\Route|null —