|
ILIAS
Release_4_2_x_branch Revision 61807
|
Collaboration diagram for ilNotificationObject:Public Member Functions | |
| __construct (ilNotificationConfig $baseNotification, ilObjUser $user) | |
| __sleep () | |
Data Fields | |
| $baseNotification | |
| $user | |
| $title | |
| $shortDescription | |
| $longDescription | |
| $link | |
| $linktarget | |
| $iconPath | |
| $handlerParams | |
Definition at line 206 of file class.ilNotificationConfig.php.
| ilNotificationObject::__construct | ( | ilNotificationConfig | $baseNotification, |
| ilObjUser | $user | ||
| ) |
Definition at line 227 of file class.ilNotificationConfig.php.
References $baseNotification, and $user.
| ilNotificationObject::__sleep | ( | ) |
Definition at line 237 of file class.ilNotificationConfig.php.
| ilNotificationObject::$baseNotification |
Definition at line 212 of file class.ilNotificationConfig.php.
Referenced by __construct().
| ilNotificationObject::$handlerParams |
Definition at line 225 of file class.ilNotificationConfig.php.
| ilNotificationObject::$iconPath |
Definition at line 224 of file class.ilNotificationConfig.php.
| ilNotificationObject::$link |
Definition at line 222 of file class.ilNotificationConfig.php.
| ilNotificationObject::$linktarget |
Definition at line 223 of file class.ilNotificationConfig.php.
| ilNotificationObject::$longDescription |
Definition at line 221 of file class.ilNotificationConfig.php.
| ilNotificationObject::$shortDescription |
Definition at line 220 of file class.ilNotificationConfig.php.
| ilNotificationObject::$title |
Definition at line 219 of file class.ilNotificationConfig.php.
| ilNotificationObject::$user |
Definition at line 217 of file class.ilNotificationConfig.php.
Referenced by __construct().