ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

References $languageVariable, and $placeHolderValues.

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

Member Function Documentation

◆ getLanguageVariable()

ilMailError::getLanguageVariable ( )

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

References $languageVariable.

36  : string
37  {
39  }
string $languageVariable

◆ getPlaceHolderValues()

ilMailError::getPlaceHolderValues ( )

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

References $placeHolderValues.

41  : array
42  {
44  }
array $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: