|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Notifications\Model\ilNotificationObject:Public Member Functions | |
| __construct (ilNotificationConfig $baseNotification, ilObjUser $user) | |
| __sleep () | |
Data Fields | |
| ilNotificationConfig | $baseNotification |
| ilObjUser | $user |
| string | $title = '' |
| string | $shortDescription = '' |
| string | $longDescription = '' |
| array | $links = [] |
| string | $iconPath = '' |
| array | $handlerParams = [] |
Definition at line 29 of file ilNotificationObject.php.
| ILIAS\Notifications\Model\ilNotificationObject::__construct | ( | ilNotificationConfig | $baseNotification, |
| ilObjUser | $user | ||
| ) |
Definition at line 43 of file ilNotificationObject.php.
References ILIAS\Notifications\Model\ilNotificationObject\$baseNotification, ILIAS\Notifications\Model\ilNotificationObject\$user, and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Notifications\Model\ilNotificationObject::__sleep | ( | ) |
Definition at line 53 of file ilNotificationObject.php.
| ilNotificationConfig ILIAS\Notifications\Model\ilNotificationObject::$baseNotification |
Definition at line 31 of file ilNotificationObject.php.
Referenced by ILIAS\Notifications\Model\ilNotificationObject\__construct().
| array ILIAS\Notifications\Model\ilNotificationObject::$handlerParams = [] |
Definition at line 41 of file ilNotificationObject.php.
| string ILIAS\Notifications\Model\ilNotificationObject::$iconPath = '' |
Definition at line 40 of file ilNotificationObject.php.
| array ILIAS\Notifications\Model\ilNotificationObject::$links = [] |
Definition at line 39 of file ilNotificationObject.php.
| string ILIAS\Notifications\Model\ilNotificationObject::$longDescription = '' |
Definition at line 35 of file ilNotificationObject.php.
| string ILIAS\Notifications\Model\ilNotificationObject::$shortDescription = '' |
Definition at line 34 of file ilNotificationObject.php.
| string ILIAS\Notifications\Model\ilNotificationObject::$title = '' |
Definition at line 33 of file ilNotificationObject.php.
| ilObjUser ILIAS\Notifications\Model\ilNotificationObject::$user |
Definition at line 32 of file ilNotificationObject.php.
Referenced by ILIAS\Notifications\Model\ilNotificationObject\__construct().