LLMS_Notification

LLMS_Notification model class


Description Description

Used for notification CRUD and Display.


Source Source

File: includes/models/model.llms.notification.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

Methods Methods

  • __construct — Constructor
  • __get — Get notification properties
  • create — Create a new notification in the database
  • get — Get notification properties
  • get_html — Retrieve the HTML for the current notification
  • get_table — Get the table name for notification data
  • get_view — Retrieve an instance of the notification view class for the notification
  • is_subscriber_self — Determine if the triggering user is the subscriber
  • jsonSerialize — Called when converting a notification to JSON
  • load — Load all notification data into the instance
  • set — Set object variables
  • toArray — Convert the notification to an array access to all properties and meta items will be made accessible

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.