public function EasyRdf_Serialiser_GraphViz::getOnlyLabelled

Get the state of the only Only Labelled option

Return value

bool The current state of the Only Labelled option

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php, line 145

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

public function getOnlyLabelled() {
  return $this->onlyLabelled;
}