public function EasyRdf_Resource::getUri in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php \EasyRdf_Resource::getUri()
Returns the URI for the resource.
Return value
string URI of this resource.
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php, line 96
Class
- EasyRdf_Resource
- Class that represents an RDF resource
Code
public function getUri() {
return $this->uri;
}