|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
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.