library text
A simple text object
jstewmc/text
A simple text object
- Thursday, September 22, 2016
- by Jstewmc
- Repository
- 1 Watchers
- 0 Stars
- 18 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
text
A simple text object., (*1)
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., (*2)
License
MIT, (*3)
Author
Jack Clayton, (*4)
License
This library follows Semantic Versioning., (*5)
0.1.1, September 22, 2016
- Update
text property from private to protected (whoops!).
0.1.0, September 22, 2016
dev-master
9999999-dev
A simple text object
Sources
Download
MIT
The Requires
The Development Requires
by
Jack Clayton
php
text
jstewmc
v0.1.1
0.1.1.0
A simple text object
Sources
Download
MIT
The Requires
The Development Requires
by
Jack Clayton
php
text
jstewmc
v0.1.0
0.1.0.0
A simple text object
Sources
Download
MIT
The Requires
The Development Requires
by
Jack Clayton
php
text
jstewmc