ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilMailError Class Reference

Class ilMailError. More...

+ Collaboration diagram for ilMailError:

Public Member Functions

 __construct (string $languageVariable, array $placeHolderValues=[])
 ilMailError constructor. More...
 
 getLanguageVariable ()
 
 getPlaceHolderValues ()
 

Protected Attributes

 $languageVariable = ''
 
 $placeHolderValues = []
 

Detailed Description

Class ilMailError.

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

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

Constructor & Destructor Documentation

◆ __construct()

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

ilMailError constructor.

Parameters
string$languageVariable
array$placeHolderValues

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

References $languageVariable, and $placeHolderValues.

22  {
23  $this->languageVariable = $languageVariable;
24  $this->placeHolderValues = $placeHolderValues;
25  }

Member Function Documentation

◆ getLanguageVariable()

ilMailError::getLanguageVariable ( )
Returns
string

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

References $languageVariable.

30  : string
31  {
33  }

◆ getPlaceHolderValues()

ilMailError::getPlaceHolderValues ( )
Returns
array

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

References $placeHolderValues.

38  : array
39  {
41  }

Field Documentation

◆ $languageVariable

ilMailError::$languageVariable = ''
protected

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

Referenced by __construct(), and getLanguageVariable().

◆ $placeHolderValues

ilMailError::$placeHolderValues = []
protected

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

Referenced by __construct(), and getPlaceHolderValues().


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