Interface IRouter (namespace Nette\Application)
The bi-directional router.
| Method Summary | |
|---|---|
| string|NULL |
constructUrl
(PresenterRequest $request, $context)
Constructs absolute URL from PresenterRequest object.
|
| PresenterRequest|NULL |
match
($context)
Maps HTTP request to a PresenterRequest object.
|
| Constant Summary | |||
|---|---|---|---|
| int | ONE_WAY |
1 |
line 35 flag |
| int | SECURED |
2 |
line 36 flag |
| Method Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 52 constructUrlpublic string|NULL constructUrl (PresenterRequest $request, $context) Constructs absolute URL from PresenterRequest object.
|
|||||||||
|
line 44 matchpublic PresenterRequest|NULL match ($context) Maps HTTP request to a PresenterRequest object.
|
|||||||||