You are here

public function EasyRdf_Resource::parseUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php \EasyRdf_Resource::parseUri()

Parse the URI of the resource and return as a ParsedUri object

Return value

EasyRdf_ParsedUri

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php, line 171

Class

EasyRdf_Resource
Class that represents an RDF resource

Code

public function parseUri() {
  return new EasyRdf_ParsedUri($this->uri);
}