You are here

public function EasyRdf_Format::getLabel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getLabel()

Get the label for a format object

Return value

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

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 298

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

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