Files
DesignPatternsPHP/Creational/StaticFactory/FormatString.php

12 lines
143 B
PHP

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