public function EasyRdf_Format::getUri in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getUri()
Get the URI for a format object
Return value
string The format URI
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Format.php, line 325
Class
- EasyRdf_Format
- Class the represents an RDF file format.
Code
public function getUri() {
return $this->uri;
}