mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
PSR-0 for Static Factory
This commit is contained in:
8
StaticFactory/Formatter.php
Normal file
8
StaticFactory/Formatter.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\StaticFactory;
|
||||
|
||||
interface Formatter
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user