#Adapter Pattern
2 articles
Application
2019-02-01
Learning Design Patterns with PHP - Adapter Pattern
Master the Adapter pattern to change interfaces without modifying original classes using composition and wrappers in PHP.
#Adapter Pattern#GoF#PHP#Design Patterns
Application
2017-10-01
Learning Design Patterns with PHP - Adapter ~Modifying APIs~
Learn the Adapter pattern to reuse existing code without modification while adapting incompatible interfaces flexibly.
#PHP#Adapter Pattern#Design Pattern