public function EasyRdf_Resource::__toString

Magic method to return URI of resource when casted to string

Return value

string The URI of the resource

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php, line 223

Class

EasyRdf_Resource
Class that represents an RDF resource

Code

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