Created
May 15, 2019 07:41
-
-
Save renalpha/f0bf6d515a6a8bfca0a19726dc84152d to your computer and use it in GitHub Desktop.
Decorator pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App; | |
class DecoratorPattern | |
{ | |
// Decorator pattern explained. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment