Skip to content

Latest commit

 

History

History
 
 

Bridge

Purpose

Decouple an abstraction from its implementation so that the two can vary independently.

Examples

UML Diagram

Alt Bridge UML Diagram

Code

You can also find this code on GitHub

FormatterInterface.php

FormatterInterface.php

PlainTextFormatter.php

PlainTextFormatter.php

HtmlFormatter.php

HtmlFormatter.php

Service.php

Service.php

HelloWorldService.php

HelloWorldService.php

Test

Tests/BridgeTest.php

Tests/BridgeTest.php