|
ILIAS
release_4-4 Revision
|
description of a localized parameter 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 345 of file class.ilNotificationConfig.php.
| ilNotificationParameter::__construct | ( | $name, | |
$parameters = array(), |
|||
$language_module = 'notification' |
|||
| ) |
Definition at line 351 of file class.ilNotificationConfig.php.
| ilNotificationParameter::getLanguageModule | ( | ) |
Definition at line 365 of file class.ilNotificationConfig.php.
| ilNotificationParameter::getName | ( | ) |
Definition at line 357 of file class.ilNotificationConfig.php.
| ilNotificationParameter::getParameters | ( | ) |
Definition at line 361 of file class.ilNotificationConfig.php.
|
private |
Definition at line 349 of file class.ilNotificationConfig.php.
|
private |
Definition at line 347 of file class.ilNotificationConfig.php.
|
private |
Definition at line 348 of file class.ilNotificationConfig.php.