mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-03 01:32:17 +02:00
a REAL abstract factory not a helper-like full of static
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
/**
|
||||
* This contract is not part of the pattern, in general case, each component
|
||||
* are not related
|
||||
*/
|
||||
interface Media
|
||||
{
|
||||
|
||||
function render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user