ILIAS  release_8 Revision v8.24
ilMailError Class Reference

Class ilMailError. More...

+ Collaboration diagram for ilMailError:

Public Member Functions

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

Protected Attributes

string $languageVariable = ''
 
array $placeHolderValues = []
 

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 ( string  $languageVariable,
array  $placeHolderValues = [] 
)

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

31 {
32 $this->languageVariable = $languageVariable;
33 $this->placeHolderValues = $placeHolderValues;
34 }
array $placeHolderValues
string $languageVariable

References $languageVariable, and $placeHolderValues.

Member Function Documentation

◆ getLanguageVariable()

ilMailError::getLanguageVariable ( )

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

36 : string
37 {
39 }

References $languageVariable.

◆ getPlaceHolderValues()

ilMailError::getPlaceHolderValues ( )

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

41 : array
42 {
44 }

References $placeHolderValues.

Field Documentation

◆ $languageVariable

string ilMailError::$languageVariable = ''
protected

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

Referenced by __construct(), and getLanguageVariable().

◆ $placeHolderValues

array ilMailError::$placeHolderValues = []
protected

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

Referenced by __construct(), and getPlaceHolderValues().


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