Public Member Functions | |
| isInternalRedirect () | |
| isExternalRedirect () | |
| getRedirectAddress () | |
| getControllerId () | |
| getParameters () | |
| getMethodName () | |
| getLocale () | |
Static Public Member Functions | |
| static | getInternalRedirect ($controllerId, array $parameters=[], $methodName=NULL, Locale $locale=NULL) |
| static | getExternalRedirect ($redirectAddress) |
Protected Attributes | |
| $redirectAddress = NULL | |
| $controllerId = NULL | |
| $parameters = NULL | |
| $methodName = NULL | |
| $locale = NULL | |
Result of prehandle function in Intereceptor
| getControllerId | ( | ) |
|
static |
creates redirect to possibly external address or static site
| type | $redirectAddress |
|
static |
creates redirect to some internal controller
| string | $controllerId | |
| array | $parameters | |
| string | $methodName | |
| Locale | $locale |
| getLocale | ( | ) |
| getMethodName | ( | ) |
| getParameters | ( | ) |
| getRedirectAddress | ( | ) |
| isExternalRedirect | ( | ) |
| isInternalRedirect | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |