2013-09-12 11:43:30 +02:00

12 lines
132 B
PHP

<?php
namespace DesignPatterns\StaticFactory;
/**
* Class FormatString
*/
class FormatString implements FormatterInterface
{
}