kyimyohan/php-design-patterns
最新稳定版本:v1.0.0
Composer 安装命令:
composer require kyimyohan/php-design-patterns
包简介
README 文档
README
Installation
Use the package manager composer to install
composer require kyimyohan/php-design-patterns
Usage
###Decorator Pattern
<?php use Kyimyohan\PhpDesignPatterns\DecoratorPattern\Decorator; use Kyimyohan\PhpDesignPatterns\DecoratorPattern\BubbleTea; use Kyimyohan\PhpDesignPatterns\DecoratorPattern\Jelly; use Kyimyohan\PhpDesignPatterns\DecoratorPattern\Pudding; $decorator = new Decorator(new Pudding(new Jelly(new BubbleTea))); echo $decorator->getDescription(); echo $decorator->getPrice();
License
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-08