public function EasyRdf_Format::__toString

Magic method to return the name of the format when casted to string

Return value

string The name of the format

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 507

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

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