Add formatters
This commit is contained in:
14
app/Formatter/FormatterInterface.php
Normal file
14
app/Formatter/FormatterInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Formatter;
|
||||
|
||||
/**
|
||||
* Formatter Interface
|
||||
*
|
||||
* @package formatter
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
interface FormatterInterface
|
||||
{
|
||||
public function format();
|
||||
}
|
||||
Reference in New Issue
Block a user