|
ILIAS
Release_4_2_x_branch Revision 61807
|
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() | |
Definition at line 244 of file class.ilNotificationConfig.php.
| ilNotificationParameter::__construct | ( | $name, | |
$parameters = array(), |
|||
$language_module = 'notification' |
|||
| ) |
Definition at line 250 of file class.ilNotificationConfig.php.
References $language_module, $name, and $parameters.
| ilNotificationParameter::getLanguageModule | ( | ) |
Definition at line 264 of file class.ilNotificationConfig.php.
References $language_module.
| ilNotificationParameter::getName | ( | ) |
Definition at line 256 of file class.ilNotificationConfig.php.
References $name.
| ilNotificationParameter::getParameters | ( | ) |
Definition at line 260 of file class.ilNotificationConfig.php.
References $parameters.
|
private |
Definition at line 248 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getLanguageModule().
|
private |
Definition at line 246 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getName().
|
private |
Definition at line 247 of file class.ilNotificationConfig.php.
Referenced by __construct(), and getParameters().