GraphvizDumper
GraphvizDumper
class GraphvizDumper extends Dumper
GraphvizDumper dumps a service container as a graphviz file.
You can convert the generated dot file with the dot utility (http://www.graphviz.org/):
dot -Tpng container.dot > foo.png
Methods
__construct(ContainerBuilder $container) | from Dumper | |
|