Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core_course\local\entity\lang_string_title Class Reference

The lang_string_title class of value object, providing access to the value of a lang string. More...

Inheritance diagram for core_course\local\entity\lang_string_title:
core_course\local\entity\title

Public Member Functions

 __construct (string $identifier, string $component)
 The lang_string_title constructor.
 
 get_value ()
 Returns the value of the wrapped string.
 

Detailed Description

The lang_string_title class of value object, providing access to the value of a lang string.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core_course\local\entity\lang_string_title::__construct ( string $identifier,
string $component )

The lang_string_title constructor.

Parameters
string$identifierthe component name.
string$componentthe string identifier.

Member Function Documentation

◆ get_value()

core_course\local\entity\lang_string_title::get_value ( )

Returns the value of the wrapped string.

Return values
stringthe value of the string.

Implements core_course\local\entity\title.


The documentation for this class was generated from the following file: