Files
Kanboard-Prod/app/Formatter/FormatterInterface.php
2015-10-13 22:19:17 -04:00

15 lines
188 B
PHP

<?php
namespace Kanboard\Formatter;
/**
* Formatter Interface
*
* @package formatter
* @author Frederic Guillot
*/
interface FormatterInterface
{
public function format();
}