ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilMailError Class Reference
+ Collaboration diagram for ilMailError:

Public Member Functions

 __construct (protected string $language_variable, protected array $place_holder_values=[])
 
 getLanguageVariable ()
 
 getPlaceHolderValues ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilMailError::__construct ( protected string  $language_variable,
protected array  $place_holder_values = [] 
)
Parameters
list<string>$place_holder_values

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

27  {
28  }

Member Function Documentation

◆ getLanguageVariable()

ilMailError::getLanguageVariable ( )

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

30  : string
31  {
32  return $this->language_variable;
33  }

◆ getPlaceHolderValues()

ilMailError::getPlaceHolderValues ( )
Returns
list<string>

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

38  : array
39  {
40  return $this->place_holder_values;
41  }

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