Returns the query string part of the URI (e.g. foo=bar)
Return value
string
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 165
Class
- EasyRdf_ParsedUri
- A RFC3986 compliant URI parser
Code
public function getQuery() {
return $this->query;
}