ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfiguration::getUserInstance For attribute details see ilNotificatoinConfiguration. More...
Public Member Functions | |
__construct (ilNotificationConfig $baseNotification, ilObjUser $user) | |
__sleep () | |
Data Fields | |
$baseNotification | |
$user | |
$title | |
$shortDescription | |
$longDescription | |
$link | |
$linktarget | |
$iconPath | |
$handlerParams | |
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfiguration::getUserInstance For attribute details see ilNotificatoinConfiguration.
Definition at line 354 of file class.ilNotificationConfig.php.
ilNotificationObject::__construct | ( | ilNotificationConfig | $baseNotification, |
ilObjUser | $user | ||
) |
Definition at line 375 of file class.ilNotificationConfig.php.
References user().
ilNotificationObject::__sleep | ( | ) |
Definition at line 386 of file class.ilNotificationConfig.php.
References array.
ilNotificationObject::$baseNotification |
Definition at line 360 of file class.ilNotificationConfig.php.
ilNotificationObject::$handlerParams |
Definition at line 373 of file class.ilNotificationConfig.php.
ilNotificationObject::$iconPath |
Definition at line 372 of file class.ilNotificationConfig.php.
ilNotificationObject::$link |
Definition at line 370 of file class.ilNotificationConfig.php.
ilNotificationObject::$linktarget |
Definition at line 371 of file class.ilNotificationConfig.php.
ilNotificationObject::$longDescription |
Definition at line 369 of file class.ilNotificationConfig.php.
ilNotificationObject::$shortDescription |
Definition at line 368 of file class.ilNotificationConfig.php.
ilNotificationObject::$title |
Definition at line 367 of file class.ilNotificationConfig.php.
ilNotificationObject::$user |
Definition at line 365 of file class.ilNotificationConfig.php.