◆ __construct()
Definition at line 42 of file ilNotificationObject.php.
43 {
44 $this->handlerParams = $this->baseNotification->getHandlerParams();
45 }
◆ __sleep()
ILIAS\Notifications\Model\ilNotificationObject::__sleep |
( |
| ) |
|
- Returns
- list<string>
Definition at line 50 of file ilNotificationObject.php.
50 : array
51 {
52 return ['title', 'shortDescription', 'longDescription', 'iconPath', 'links', 'handlerParams'];
53 }
◆ $action
string ILIAS\Notifications\Model\ilNotificationObject::$action = null |
◆ $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: