309388eac6f22dc10398a45616fddc785aa4421d
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / graphviz / services10.dot
1 digraph sc {
2   ratio="compress"
3   node [fontsize="11" fontname="Arial" shape="record"];
4   edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"];
5
6   node_service_container [label="service_container (Psr\Container\ContainerInterface, Symfony\Component\DependencyInjection\ContainerInterface)\nSymfony\\Component\\DependencyInjection\\ContainerInterface\n", shape=record, fillcolor="#eeeeee", style="filled"];
7   node_foo [label="foo\nFooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
8   node_bar [label="bar\n\n", shape=record, fillcolor="#ff9999", style="filled"];
9   node_foo -> node_bar [label="" style="filled"];
10 }