2015-03-27 12:19:20 +01:00

11 lines
142 B
PHP

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