jstewmc/line

A line from a file

v0.1.0 2016-09-22 14:46 UTC

This package is auto-updated.

Last update: 2024-04-29 03:15:41 UTC


README

A line from a file.

namespace Jstewmc\Line;

$line = new Line('foo');

$line->getText();  // returns "foo"
(string) $line;    // returns "foo"

License

MIT

Author

Jack Clayton

Version

This library follows semantic versioning.

0.1.0, September 22, 2016

  • Initial release