You are here

public function EasyRdf_Sparql_Client::getUpdateUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php \EasyRdf_Sparql_Client::getUpdateUri()

Get the URI of the SPARQL update endpoint

Return value

string The query URI of the SPARQL endpoint

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php, line 93

Class

EasyRdf_Sparql_Client
Class for making SPARQL queries using the SPARQL 1.1 Protocol

Code

public function getUpdateUri() {
  return $this->updateUri;
}