mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-26 00:10:12 +02:00
Purpose
Decouple an abstraction from its implementation so that the two can vary independently. (http://en.wikipedia.org/wiki/Bridge_pattern)