Method |
Description |
|
evaluate ( ) : string |
|
|
getAction ( ) : string |
Target controller action name |
|
getAdditionalParams ( ) : array |
Additional query parameters that won't be prefixed like $arguments (overrule $arguments) |
|
getArguments ( ) : array |
Controller arguments |
|
getArgumentsToBeExcludedFromQueryString ( ) : array |
Arguments to be removed from the URI. Only active if addQueryString = TRUE |
|
getController ( ) : string |
Target controller name |
|
getFormat ( ) : string |
The requested format, for example "html" |
|
getPackage ( ) : string |
Key of the target package |
|
getSection ( ) : string |
The anchor to be appended to the URL |
|
getSubpackage ( ) : string |
Key of the target sub package |
|
isAbsolute ( ) : boolean |
If TRUE, an absolute URI is rendered |
|
isAddQueryString ( ) : boolean |
If TRUE, the current query parameters will be kept in the URI |
|