root/components/xmlSequence/XmlSequencePrinterInterface.interface.php

5986
1
<?php
1
<?php
2
/**
2
/**
3
 * Generate the xml output of the XmlSequence
3
 * XmlSequencePrinterInterface - define the interface of XmlSequence object
4
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
5
 * @package XmlSequence
4
 * @package XmlSequence
6
 */
5
 */
6
7
/**
8
 * Generate the interface of the printer of XmlSequence object
9
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
10
 */
7
interface XmlSequencePrinterInterface
11
interface XmlSequencePrinterInterface
8
{
12
{
9
	/**
13
	/**