Skip to content

Instantly share code, notes, and snippets.

@renalpha
Created May 15, 2019 07:41
Show Gist options
  • Save renalpha/f0bf6d515a6a8bfca0a19726dc84152d to your computer and use it in GitHub Desktop.
Save renalpha/f0bf6d515a6a8bfca0a19726dc84152d to your computer and use it in GitHub Desktop.
Decorator pattern
<?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