public function EasyRdf_Graph::getUri in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php \EasyRdf_Graph::getUri()
Get the URI of the graph
Return value
string The URI of the graph
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php, line 417
Class
- EasyRdf_Graph
- Container for collection of EasyRdf_Resources.
Code
public function getUri() {
return $this->uri;
}