RouteList
class RouteList extends RouteList implements Router, ArrayAccess, Countable, IteratorAggregate
The router broker.
Constants
private PRESENTER_KEY |
|
Methods
__construct(string|null $module = null)
No description
string|null
withModule(string $module)
No description
string|null
getModule()
No description
int
mixed
offsetGet(int $index)
No description
bool
offsetExists(int $index)
No description
void
offsetUnset(int $index)
No description
Details
at line 26
__construct(string|null $module = null)
No description
at line 36
array|null
match(IRequest $httpRequest)
Maps HTTP request to an array.
at line 52
string|null
constructUrl(array $params, UrlScript $refUrl)
Constructs absolute URL from array.
at line 71
RouteList
addRoute(string $mask, array $metadata = [], int $flags = 0)
No description
at line 81
RouteList
withModule(string $module)
No description
at line 91
string|null
getModule()
No description
at line 98
int
count()
deprecated
deprecated
No description
at line 109
void
offsetSet(mixed $index, Router $router)
No description
at line 124
mixed
offsetGet(int $index)
No description
at line 138
bool
offsetExists(int $index)
No description
at line 148
void
offsetUnset(int $index)
No description
at line 159
ArrayIterator
getIterator()
deprecated
deprecated
No description