adding a bridge sample

This commit is contained in:
Antonio Spinelli
2014-05-05 12:06:52 -03:00
parent 0c774a89e4
commit bebb52679f

View File

@@ -3,5 +3,7 @@
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)