DEV Community

Discussion on: Design Patterns in PHP: Decorator (with Laravel)

Collapse
 
4n70w4 profile image
Krot Eval

This is not decorator. You have wrapped all the methods of the class.
This is not decoration. This is Proxy pattern.
Also I recommend looking to aspect-oriented programming for such tasks.