public function 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

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

Class

EasyRdf_Serialiser_GraphViz
Class to serialise an EasyRdf_Graph to GraphViz

Code

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