You are here

public function EasyRdf_Serialiser_GraphViz::getUseLabels 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::getUseLabels()

Get the state of the use labels option

Return value

bool The current state of the use labels option

File

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

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

public function getUseLabels() {
  return $this->useLabels;
}