|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
description of a localized parameter this information is used locate translations while processing notifications More...
Collaboration diagram for ilNotificationParameter:Public Member Functions | |
| __construct ($name, $parameters=array(), $language_module='notification') | |
| getName () | |
| getParameters () | |
| getLanguageModule () | |
Private Attributes | |
| $name | |
| $parameters = array() | |
| $language_module = array() | |
description of a localized parameter this information is used locate translations while processing notifications
Definition at line 373 of file class.ilNotificationConfig.php.
| ilNotificationParameter::__construct | ( | $name, | |
$parameters = array(), |
|||
$language_module = 'notification' |
|||
| ) |
Definition at line 379 of file class.ilNotificationConfig.php.
References $language_module, $name, and $parameters.
| ilNotificationParameter::getLanguageModule | ( | ) |
Definition at line 396 of file class.ilNotificationConfig.php.
References $language_module.
| ilNotificationParameter::getName | ( | ) |
Definition at line 386 of file class.ilNotificationConfig.php.
References $name.
| ilNotificationParameter::getParameters | ( | ) |
Definition at line 391 of file class.ilNotificationConfig.php.
References $parameters.
|
private |
Definition at line 377 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getLanguageModule().
|
private |
Definition at line 375 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getName().
|
private |
Definition at line 376 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getParameters().