class RouteList extends RouteList implements Router, ArrayAccess, Countable, IteratorAggregate

The router broker.

Constants

private PresenterKey

Methods

__construct(string|null $module = null)

No description

array|null
completeParameters(array $params)

Support for modules.

string|null
constructUrl(array $params, UrlScript $refUrl)

Constructs absolute URL from array.

addRoute(string $mask, array|string|Closure $metadata = [], int $flags = 0)

No description

withModule(string $module)

No description

string|null
getModule()

No description

int
count() deprecated

No description

void
offsetSet(mixed $index, Router $router)

No description

mixed
offsetGet(int $index)

No description

bool
offsetExists(int $index)

No description

void
offsetUnset(int $index)

No description

getIterator() deprecated

No description

Details

at line 27
__construct(string|null $module = null)

No description

Parameters

string|null $module

at line 37
protected array|null completeParameters(array $params)

Support for modules.

Parameters

array $params

Return Value

array|null

at line 51
string|null constructUrl(array $params, UrlScript $refUrl)

Constructs absolute URL from array.

Parameters

array $params
UrlScript $refUrl

Return Value

string|null

at line 69
RouteList addRoute(string $mask, array|string|Closure $metadata = [], int $flags = 0)

No description

Parameters

string $mask
array|string|Closure $metadata

default values or metadata or callback for NetteModule\MicroPresenter

int $flags

Return Value

RouteList

at line 83
RouteList withModule(string $module)

No description

Parameters

string $module

Return Value

RouteList

at line 93
string|null getModule()

No description

Return Value

string|null

at line 100
int count() deprecated

deprecated

No description

Return Value

int

at line 111
void offsetSet(mixed $index, Router $router)

No description

Parameters

mixed $index
Router $router

Return Value

void

at line 126
mixed offsetGet(int $index)

No description

Parameters

int $index

Return Value

mixed

Exceptions

OutOfRangeException

at line 140
bool offsetExists(int $index)

No description

Parameters

int $index

Return Value

bool

at line 150
void offsetUnset(int $index)

No description

Parameters

int $index

Return Value

void

Exceptions

OutOfRangeException

at line 161
ArrayIterator getIterator() deprecated

deprecated

No description

Return Value

ArrayIterator