mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-30 00:09:13 +02:00
Implemented Bridge Pattern
This commit is contained in:
11
Bridge/Workshop.php
Normal file
11
Bridge/Workshop.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Bridge;
|
||||
|
||||
/**
|
||||
* Implementer
|
||||
*/
|
||||
interface Workshop {
|
||||
|
||||
public function work();
|
||||
}
|
Reference in New Issue
Block a user