codeinc / printable-interface
此包已被弃用且不再维护。未建议替代包。
简单PHP迭代集合接口
1.0.0
2018-10-08 06:51 UTC
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2020-02-08 10:15:39 UTC
README
此仓库提供了 PrintableInterface 用于可打印对象。可打印对象必须实现 魔法 __toString() 方法。
安装
此库通过 Packagist 提供,并可以使用 Composer 安装。
composer require codeinc/printable-interface
许可证
此库按照 MIT 许可证发布(见 LICENSE 文件)。