LLMS_Abstract_Notification_View::__construct( mixed $notification )
Constructor
Description Description
Parameters Parameters
- $notification
-
(Required) Notification id, instance of LLMS_Notification or an object containing at least an 'id'.
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Force [llms-user] shortocde to the user ID of the user who triggered the notification. |
3.8.0 | |
3.37.19 | Moved the retrieval of the associated llms post into a protected method. |
3.31.0 | Introduced. |