| 1 | <?php |
||
| 18 | class Graphviz |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Checks installation of graphviz |
||
| 22 | * |
||
| 23 | * @throws \RuntimeException |
||
| 24 | */ |
||
| 25 | public function checkInstallation() { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get image content |
||
| 34 | * |
||
| 35 | * @param string $dotContent |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | public function getImage($dotContent) { |
||
| 56 | } |