Method |
Description |
|
analyze ( Request $request ) |
Analyzes the current request, and saves the values for portal, language, country and segment for further usage. |
|
getAnalyticsKey ( ) : string |
Returns the analytics key. |
|
getAttribute ( string $name, mixed | null $default = null ) : mixed |
Returns request attribute with given name. |
|
getCurrentLocalization ( ) : Localization |
Returns the current localization for this Request. |
|
getGetParameters ( ) : array |
Returns the get parameters. |
|
getMatchType ( ) : integer |
Returns the current match type for this request. |
|
getPortal ( ) : Portal |
Returns the current portal for this request. |
|
getPortalInformation ( ) : PortalInformation |
Returns portal-information of request. |
|
getPortalUrl ( ) : string |
Returns the url of the current portal. |
|
getPostParameters ( ) : array |
Returns the post parameters. |
|
getRedirect ( ) : string |
Returns the redirect url. |
|
getResourceLocator ( ) : string |
Returns the path of the current request, which is the url without host, language and so on. |
|
getResourceLocatorPrefix ( ) : string |
Returns the prefix required before the resource locator. |
|
getSegment ( ) : Segment |
Returns the current segment for this request. |
|
getWebspace ( ) : Webspace |
Returns the current webspace for this request. |
|
validate ( Request $request ) |
Validates the data written on the given request and throws exceptions in case something is wrong or missing. |
|