You are here

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

Get the path to the GraphViz 'dot' command

The default value is simply 'dot'

Return value

string The path to the 'dot' command.

File

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

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

public function getDotCommand() {
  return $this->dotCommand;
}