Changeset 20400
- Timestamp:
- 07/22/09 10:29:20 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/dependency_injection/trunk/lib/sfServiceContainerDumperGraphviz.php
r19686 r20400 12 12 /** 13 13 * sfServiceContainerDumperGraphviz dumps a service container as a graphviz file. 14 * 15 * You can convert the generated dot file with the dot utility (http://www.graphviz.org/): 16 * 17 * dot -Tpng container.dot > foo.png 14 18 * 15 19 * @package symfony