Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
The string_title class of value object, which provides access to a simple string. More...
Public Member Functions | |
__construct (string $title) | |
The string_title constructor. | |
get_value () | |
Return the value of the wrapped string. | |
The string_title class of value object, which provides access to a simple string.
core_course\local\entity\string_title::__construct | ( | string | $title | ) |
The string_title constructor.
string | $title | a string. |
core_course\local\entity\string_title::get_value | ( | ) |
Return the value of the wrapped string.
string |
Implements core_course\local\entity\title.