Set the query string of the URI (e.g. foo=bar)
string $query The new value for the query string component of the URI:
public function setQuery($query) { $this->query = $query; }