Files
DesignPatternsPHP/Creational/StaticFactory/FormatString.php
2015-12-21 07:28:20 -05:00

11 lines
143 B
PHP

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