public function EasyRdf_Graph::getUri

Get the URI of the graph

Return value

string The URI of the graph

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php, line 407

Class

EasyRdf_Graph
Container for collection of EasyRdf_Resources.

Code

public function getUri() {
  return $this->uri;
}