public function EasyRdf_Format::getLabel

Get the label for a format object

Return value

string The format label (e.g. RDF/XML)

File

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

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getLabel() {
  return $this->label;
}