<?php
namespace spiral\framework\di\definition\dumper;
/**
* The generic dumper interface presented here is used to dump the content of a
* Schema object onto another form. In order to store it and reload it.
*
* So, a dumper object can convert, for instance a schema object into .ini files
* or dependency schemas.
*
* @author Alexis Métaireau <hide@address.com>
* @copyright 2009 Spiral-project.org <http://www.spiral-project.org>
* @license GNU General Public License <http://www.gnu.org/licenses/gpl.html>
*/
interface Dumper
{
// FIXME What the fuck ? Why is this interface empty ?
}