|
ILIAS
release_8 Revision v8.24
|
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 ($name, $parameters=[], $language_module='notification') | |
| getName () | |
| getParameters () | |
| getLanguageModule () | |
Private Attributes | |
| string | $name |
| array | $parameters |
| string | $language_module |
description of a localized parameter this information is used locate translations while processing notifications
Definition at line 32 of file ilNotificationParameter.php.
| ILIAS\Notifications\Model\ilNotificationParameter::__construct | ( | $name, | |
$parameters = [], |
|||
$language_module = 'notification' |
|||
| ) |
Definition at line 41 of file ilNotificationParameter.php.
References ILIAS\Notifications\Model\ilNotificationParameter\$language_module, ILIAS\Notifications\Model\ilNotificationParameter\$name, and ILIAS\Notifications\Model\ilNotificationParameter\$parameters.
| ILIAS\Notifications\Model\ilNotificationParameter::getLanguageModule | ( | ) |
Definition at line 61 of file ilNotificationParameter.php.
References ILIAS\Notifications\Model\ilNotificationParameter\$language_module.
| ILIAS\Notifications\Model\ilNotificationParameter::getName | ( | ) |
Definition at line 48 of file ilNotificationParameter.php.
References ILIAS\Notifications\Model\ilNotificationParameter\$name.
Referenced by ILIAS\Notifications\Model\ilNotificationConfig\getUserInstance().
Here is the caller graph for this function:| ILIAS\Notifications\Model\ilNotificationParameter::getParameters | ( | ) |
Definition at line 56 of file ilNotificationParameter.php.
References ILIAS\Notifications\Model\ilNotificationParameter\$parameters.
|
private |
Definition at line 39 of file ilNotificationParameter.php.
Referenced by ILIAS\Notifications\Model\ilNotificationParameter\__construct(), and ILIAS\Notifications\Model\ilNotificationParameter\getLanguageModule().
|
private |
Definition at line 34 of file ilNotificationParameter.php.
Referenced by ILIAS\Notifications\Model\ilNotificationParameter\__construct(), and ILIAS\Notifications\Model\ilNotificationParameter\getName().
|
private |
Definition at line 38 of file ilNotificationParameter.php.
Referenced by ILIAS\Notifications\Model\ilNotificationParameter\__construct(), and ILIAS\Notifications\Model\ilNotificationParameter\getParameters().