mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 05:27:29 +02:00
adding a bridge sample
This commit is contained in:
@@ -3,5 +3,7 @@
|
|||||||
Decouple an abstraction from its implementation so that the two can vary
|
Decouple an abstraction from its implementation so that the two can vary
|
||||||
independently. (http://en.wikipedia.org/wiki/Bridge_pattern)
|
independently. (http://en.wikipedia.org/wiki/Bridge_pattern)
|
||||||
|
|
||||||
|
#### Sample:
|
||||||
|
|
||||||
|
* [Symfony DoctrineBridge](https://github.com/symfony/DoctrineBridge)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user