See Release Notes
Long Term Support Release
Contains the string_title class of value object, which provides access to a simple string.
Copyright: | 2020 Jake Dallimore <jrhdallimore@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 57 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
string_title:: (2 methods):
__construct()
get_value()
Class: string_title - X-Ref
The string_title class of value object, which provides access to a simple string.__construct(string $title) X-Ref |
The string_title constructor. param: string $title a string. |
get_value() X-Ref |
Return the value of the wrapped string. return: string |