You are here

public function EasyRdf_Serialiser_GraphViz::getOnlyLabelled in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php \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

vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php, line 144

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

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