PSR-0 for Static Factory

This commit is contained in:
Trismegiste
2013-05-10 19:50:13 +02:00
parent 7ca8f615d7
commit 2bea1f390f
4 changed files with 34 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace DesignPatterns\StaticFactory;
interface Formatter
{
}