|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
description of a localized parameter this information is used locate translations while processing notifications More...
Collaboration diagram for ILIAS\Notifications\Model\ilNotificationParameter:Public Member Functions | |
| __construct (private readonly string $name, private readonly array $parameters=[], private readonly string $language_module='notification') | |
| getName () | |
| getParameters () | |
| getLanguageModule () | |
description of a localized parameter this information is used locate translations while processing notifications
Definition at line 29 of file ilNotificationParameter.php.
| ILIAS\Notifications\Model\ilNotificationParameter::__construct | ( | private readonly string | $name, |
| private readonly array | $parameters = [], |
||
| private readonly string | $language_module = 'notification' |
||
| ) |
| array<string,string> | $parameters |
Definition at line 34 of file ilNotificationParameter.php.
| ILIAS\Notifications\Model\ilNotificationParameter::getLanguageModule | ( | ) |
Definition at line 54 of file ilNotificationParameter.php.
| ILIAS\Notifications\Model\ilNotificationParameter::getName | ( | ) |
Definition at line 41 of file ilNotificationParameter.php.
Referenced by ILIAS\Notifications\Model\ilNotificationLink\__construct(), and ILIAS\Notifications\Model\ilNotificationConfig\getUserInstance().
Here is the caller graph for this function:| ILIAS\Notifications\Model\ilNotificationParameter::getParameters | ( | ) |
Definition at line 49 of file ilNotificationParameter.php.