root/components/xmlSequence/XmlSequencePrinterXml.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * XmlSequencePrinterXml - Convert a XmlSequence into a Xml | ||
4 | * @package XmlSequence | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Generate a html diagram of the xml sequence object | 8 | * Generate a html diagram of the xml sequence object |
4 | * | ||
5 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 9 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
6 | * @package XmlSequence | ||
7 | * | 10 | * |
8 | */ | 11 | */ |
9 | class XmlSequencePrinterXml implements XmlSequencePrinterInterface | 12 | class XmlSequencePrinterXml implements XmlSequencePrinterInterface |
Download diff