Files
DesignPatternsPHP/Structural/Bridge/README.md
2014-05-05 12:10:49 -03:00

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)