mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 22:39:11 +02:00
12 lines
286 B
Markdown
12 lines
286 B
Markdown
## Purpose
|
|
|
|
Decouple an abstraction from its implementation so that the two can vary
|
|
independently. (http://en.wikipedia.org/wiki/Bridge_pattern)
|
|
|
|
#### Sample:
|
|
|
|
* [Symfony DoctrineBridge](https://github.com/symfony/DoctrineBridge)
|
|
|
|
## UML Diagram
|
|
|
|
 |