ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
description of a localized parameter this information is used locate translations while processing notifications More...
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().
ILIAS\Notifications\Model\ilNotificationParameter::getParameters | ( | ) |
Definition at line 49 of file ilNotificationParameter.php.