rex_url_provider_interface
in
Generic interface for classes which provide urls.
Tags
Table of Contents
Methods
- getUrl() : string
- Returns a Url which contains the given parameters.
Methods
getUrl()
Returns a Url which contains the given parameters.
public
getUrl([array<string|int, mixed> $params = [] ][, bool $escape = true ]) : string
Parameters
- $params : array<string|int, mixed> = []
-
A scalar array containing key value pairs for the parameter and its value
- $escape : bool = true
-
Flag whether the argument separator "&" should be escaped (&)
Return values
string —The generated Url