Create a self URL of the current page, building the parameter list from
the current Horde_Variables object (or via another Variables object
passed as an optional argument) rather than the original request data.
public static selfUrlParams ( array $opts = [] ) : Horde_Url | ||
$opts | array | Additional options: - force_ssl: (boolean) Force creation of an SSL URL? DEFAULT: false - full: (boolean) Return a full URL? DEFAULT: false - nocache: (boolean) Include a cache-buster parameter in the URL? DEFAULT: true - vars: (Horde_Variables) Use this Horde_Variables object instead of the Horde global object. DEFAULT: Use the Horde global object. |
return | Horde_Url | The self URL. |