public function EasyRdf_Serialiser_GraphViz::getUseLabels in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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;
}