root/components/xmlSequence/XmlSequenceFactoryInterface.interface.php

7786
1
<?php
1
<?php
2
/**
2
/**
3
 * XmlSequenceFactoryInterface - definition of the factorys of XmlSequence Objects
4
 * @package XmlSequence
5
 */
6
7
/**
3
 * Interface to the factory of XmlSequence
8
 * Interface to the factory of XmlSequence
4
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
9
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
5
 * @package XmlSequence
6
 */
10
 */
7
interface XmlSequenceFactoryInterface
11
interface XmlSequenceFactoryInterface
8
{
12
{