Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The lang_string_title class of value object, providing access to the value of a lang string. More...
Public Member Functions | |
__construct (string $identifier, string $component) | |
The lang_string_title constructor. | |
get_value () | |
Returns the value of the wrapped string. | |
The lang_string_title class of value object, providing access to the value of a lang string.
core_course\local\entity\lang_string_title::__construct | ( | string | $identifier, |
string | $component ) |
The lang_string_title constructor.
string | $identifier | the component name. |
string | $component | the string identifier. |
core_course\local\entity\lang_string_title::get_value | ( | ) |
Returns the value of the wrapped string.
string | the value of the string. |
Implements core_course\local\entity\title.