mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-27 06:49:11 +02:00
10 lines
232 B
Markdown
10 lines
232 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)
|
|
|