|
ILIAS
release_8 Revision v8.24
|
Class ilMailError. More...
Collaboration diagram for ilMailError:Public Member Functions | |
| __construct (string $languageVariable, array $placeHolderValues=[]) | |
| getLanguageVariable () | |
| getPlaceHolderValues () | |
Protected Attributes | |
| string | $languageVariable = '' |
| array | $placeHolderValues = [] |
Class ilMailError.
Definition at line 25 of file class.ilMailError.php.
| ilMailError::__construct | ( | string | $languageVariable, |
| array | $placeHolderValues = [] |
||
| ) |
Definition at line 30 of file class.ilMailError.php.
References $languageVariable, and $placeHolderValues.
| ilMailError::getLanguageVariable | ( | ) |
Definition at line 36 of file class.ilMailError.php.
References $languageVariable.
| ilMailError::getPlaceHolderValues | ( | ) |
Definition at line 41 of file class.ilMailError.php.
References $placeHolderValues.
|
protected |
Definition at line 27 of file class.ilMailError.php.
Referenced by __construct(), and getLanguageVariable().
|
protected |
Definition at line 28 of file class.ilMailError.php.
Referenced by __construct(), and getPlaceHolderValues().