jstewmc/text
Composer 安装命令:
composer require jstewmc/text
包简介
A simple text object
README 文档
README
A simple text object.
namespace Jstewmc\Text; $text = new Text('foo'); $text->getText(); // returns "foo" (string) $text; // returns "foo"
This library is a simple text object that can serve as the base class for more complex text objects.
License
Author
License
This library follows Semantic Versioning.
0.1.1, September 22, 2016
- Update
textproperty fromprivatetoprotected(whoops!).
0.1.0, September 22, 2016
- Initial release
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-22