Uri.setQueryTable

Set the query table to use in the URI. The old table is unreferenced and a reference to the new one is used instead. A value if %NULL for @query_table will remove the query string from the URI.

class Uri
bool
setQueryTable

Parameters

queryTable HashTable

The new query table to use.

Return Value

Type: bool

%TRUE if the new table was successfully used for the query table.

Meta