|
ILIAS
release_8 Revision v8.24
|
Class ilMailErrorFormatter. More...
Collaboration diagram for ilMailErrorFormatter:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| format (array $errors) | |
| Formats an error string based on the passed list of errors. More... | |
Protected Attributes | |
| ilLanguage | $lng |
Class ilMailErrorFormatter.
Definition at line 25 of file class.ilMailErrorFormatter.php.
| ilMailErrorFormatter::__construct | ( | ilLanguage | $lng | ) |
Definition at line 29 of file class.ilMailErrorFormatter.php.
References $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMailErrorFormatter::format | ( | array | $errors | ) |
Formats an error string based on the passed list of errors.
If the list contains > 1 elements, the 1st error will be used as a headline for the list of errors.
| ilMailError[] | $errors |
Definition at line 39 of file class.ilMailErrorFormatter.php.
References $errors, $tpl, ILIAS\Repository\lng(), and ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilMailErrorFormatter.php.
Referenced by __construct().