Method |
Description |
|
evaluate ( ) : string |
Render the Uri. |
|
getAddQueryString ( ) : boolean |
If TRUE, the current query parameters will be kept in the URI |
|
getAdditionalParams ( ) : array |
Additional query parameters that won't be prefixed like $arguments (overrule $arguments) |
|
getArguments ( ) : array |
Additional arguments to be passed to the UriBuilder (for example pagination parameters) |
|
getArgumentsToBeExcludedFromQueryString ( ) : array |
Arguments to be removed from the URI. Only active if addQueryString = TRUE |
|
getBaseNodeName ( ) : string |
The name of the base node inside the TypoScript context to use for resolving relative paths. |
|
getFormat ( ) : string |
The requested format, for example "html" |
|
getNode ( ) : mixed |
A node object or a string node path or NULL to resolve the current document node |
|
getSection ( ) : string |
The anchor to be appended to the URL |
|
isAbsolute ( ) : boolean |
If TRUE, an absolute URI is rendered |
|