Files
DesignPatternsPHP/Structural/Bridge
2015-04-03 10:57:00 +02:00
..
2014-07-31 13:35:10 -05:00
2015-04-03 10:57:00 +02:00
2014-07-29 09:44:37 -05:00

Purpose

Decouple an abstraction from its implementation so that the two can vary independently. (http://en.wikipedia.org/wiki/Bridge_pattern)

Sample:

UML Diagram

Alt Bridge UML Diagram