Interface IRouter (namespace Nette\Application)
The bi-directional router.
| Public Method Summary | |
|---|---|
| string|NULL |
constructUrl
(PresenterRequest $appRequest, $httpRequest)
Constructs absolute URL from PresenterRequest object.
|
| PresenterRequest|NULL |
match
($httpRequest)
Maps HTTP request to a PresenterRequest object.
|
| Constant Summary | |||
|---|---|---|---|
| int | ONE_WAY |
1 |
line 33 flag |
| int | SECURED |
2 |
line 34 flag |
| Method Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 50 constructUrlpublic string|NULL constructUrl (PresenterRequest $appRequest, $httpRequest) Constructs absolute URL from PresenterRequest object.
|
|||||||||
|
line 42 matchpublic PresenterRequest|NULL match ($httpRequest) Maps HTTP request to a PresenterRequest object.
|
|||||||||
