akrfjmt/decorated

此包已被 废弃 且不再维护。未建议替代包。

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

PHP中的装饰器模式

  • PHP ≧ 7.2.x

用法

  1. 实现 Decorator 接口
  2. 使用 Decorated 装饰你的实例
  3. 调用实例的方法

请参阅 装饰器示例测试 获取详细信息。