ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilMailError Class Reference

Class ilMailError. More...

+ Collaboration diagram for ilMailError:

Public Member Functions

 __construct (protected string $languageVariable, protected array $placeHolderValues=[])
 
 getLanguageVariable ()
 
 getPlaceHolderValues ()
 

Detailed Description

Class ilMailError.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de

Definition at line 25 of file class.ilMailError.php.

Constructor & Destructor Documentation

◆ __construct()

ilMailError::__construct ( protected string  $languageVariable,
protected array  $placeHolderValues = [] 
)

Definition at line 27 of file class.ilMailError.php.

28  {
29  }

Member Function Documentation

◆ getLanguageVariable()

ilMailError::getLanguageVariable ( )

Definition at line 31 of file class.ilMailError.php.

31  : string
32  {
33  return $this->languageVariable;
34  }

◆ getPlaceHolderValues()

ilMailError::getPlaceHolderValues ( )

Definition at line 36 of file class.ilMailError.php.

36  : array
37  {
38  return $this->placeHolderValues;
39  }

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