graphviz = $graphviz; } public function getOutput(Graph $graph) { return $this->graphviz->createScript($graph); } }