Files
DesignPatternsPHP/Creational/StaticFactory/FormatString.php
Antonio Spinelli e59d70a0ac start a restructure
2014-03-21 18:03:45 -03:00

12 lines
132 B
PHP

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