cs SimpleFactory and Builder

This commit is contained in:
Dominik Liebler
2013-09-13 11:47:46 +02:00
parent ec6ed14767
commit 2d3fc40a39
9 changed files with 27 additions and 30 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace DesignPatterns\StaticFactory;
/**
* Class FormatterInterface
*/
interface FormatterInterface
{
}