Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 308 Bytes

File metadata and controls

14 lines (8 loc) · 308 Bytes

Decorator

Intent

Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.

Implementation

alt Decorator UML Diagram

PHP Implementation of Decorator