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