|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfiguration::getUserInstance For attribute details see ilNotificatoinConfiguration. More...
Collaboration diagram for ilNotificationObject: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 $baseNotification, $user, and user().
Here is the call graph for this function:| ilNotificationObject::__sleep | ( | ) |
Definition at line 363 of file class.ilNotificationConfig.php.
| ilNotificationObject::$baseNotification |
Definition at line 338 of file class.ilNotificationConfig.php.
Referenced by __construct().
| 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.
Referenced by __construct().