ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 332 of file class.ilNotificationConfig.php.
ilNotificationObject::__construct | ( | ilNotificationConfig | $baseNotification, |
ilObjUser | $user | ||
) |
Definition at line 353 of file class.ilNotificationConfig.php.
References user().
ilNotificationObject::__sleep | ( | ) |
Definition at line 363 of file class.ilNotificationConfig.php.
References array.
ilNotificationObject::$baseNotification |
Definition at line 338 of file class.ilNotificationConfig.php.
ilNotificationObject::$handlerParams |
Definition at line 351 of file class.ilNotificationConfig.php.
ilNotificationObject::$iconPath |
Definition at line 350 of file class.ilNotificationConfig.php.
ilNotificationObject::$link |
Definition at line 348 of file class.ilNotificationConfig.php.
ilNotificationObject::$linktarget |
Definition at line 349 of file class.ilNotificationConfig.php.
ilNotificationObject::$longDescription |
Definition at line 347 of file class.ilNotificationConfig.php.
ilNotificationObject::$shortDescription |
Definition at line 346 of file class.ilNotificationConfig.php.
ilNotificationObject::$title |
Definition at line 345 of file class.ilNotificationConfig.php.
ilNotificationObject::$user |
Definition at line 343 of file class.ilNotificationConfig.php.