%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/clue/graph/src/Exporter/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/clue/graph/src/Exporter/ExporterInterface.php |
<?php
namespace Fhaculty\Graph\Exporter;
use Fhaculty\Graph\Graph;
interface ExporterInterface
{
public function getOutput(Graph $graph);
}