Files
DesignPatternsPHP/Structural/Bridge
2014-05-05 12:10:49 -03:00
..
2014-05-02 12:33:44 -03:00
2014-05-02 12:33:44 -03:00
2014-05-02 12:33:44 -03:00
2014-05-02 12:33:44 -03:00
2014-05-05 12:10:49 -03:00
2014-05-02 12:33:44 -03:00
2014-05-02 12:33:44 -03:00

Purpose

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

Sample: