|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMailError. More...
Collaboration diagram for ilMailError:Public Member Functions | |
| __construct (string $languageVariable, array $placeHolderValues=[]) | |
| ilMailError constructor. More... | |
| getLanguageVariable () | |
| getPlaceholderValues () | |
Protected Attributes | |
| $languageVariable = '' | |
| $placeHolderValues = [] | |
Class ilMailError.
Definition at line 8 of file class.ilMailError.php.
| ilMailError::__construct | ( | string | $languageVariable, |
| array | $placeHolderValues = [] |
||
| ) |
ilMailError constructor.
| string | $languageVariable | |
| array | $placeHolderValues |
Definition at line 21 of file class.ilMailError.php.
References $languageVariable, and $placeHolderValues.
| ilMailError::getLanguageVariable | ( | ) |
| ilMailError::getPlaceholderValues | ( | ) |
|
protected |
Definition at line 11 of file class.ilMailError.php.
Referenced by __construct(), and getLanguageVariable().
|
protected |
Definition at line 14 of file class.ilMailError.php.
Referenced by __construct(), and getPlaceholderValues().