mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
cs SimpleFactory and Builder
This commit is contained in:
11
StaticFactory/FormatterInterface.php
Normal file
11
StaticFactory/FormatterInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\StaticFactory;
|
||||
|
||||
/**
|
||||
* Class FormatterInterface
|
||||
*/
|
||||
interface FormatterInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user