mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-09 00:16:32 +02:00
added abstract factory and factory pattern
This commit is contained in:
15
AbstractFactory/Media.php
Normal file
15
AbstractFactory/Media.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:47
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
interface Media
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user