◆ __construct()
◆ __sleep()
ILIAS\Notifications\Model\ilNotificationObject::__sleep |
( |
| ) |
|
- Returns
- list<string>
Definition at line 48 of file ilNotificationObject.php.
50 return [
'title',
'shortDescription',
'longDescription',
'iconPath',
'links',
'handlerParams'];
◆ $handlerParams
array ILIAS\Notifications\Model\ilNotificationObject::$handlerParams = [] |
◆ $iconPath
string ILIAS\Notifications\Model\ilNotificationObject::$iconPath = '' |
◆ $links
array ILIAS\Notifications\Model\ilNotificationObject::$links = [] |
◆ $longDescription
string ILIAS\Notifications\Model\ilNotificationObject::$longDescription = '' |
◆ $shortDescription
string ILIAS\Notifications\Model\ilNotificationObject::$shortDescription = '' |
◆ $title
string ILIAS\Notifications\Model\ilNotificationObject::$title = '' |
The documentation for this class was generated from the following file: