akrfjmt/decorated

This package is abandoned and no longer maintained. No replacement package was suggested.

v1.0.2 2018-03-24 17:26 UTC

This package is not auto-updated.

Last update: 2020-01-19 15:13:53 UTC


README

decorator pattern in PHP

  • PHP ≧ 7.2.x

Usage

  1. implement Decorator interface
  2. decorate your instance with Decorated
  3. call instance's method

Please see the decorator example and the test for details.