LLMS_Notifications_Query
Query LifterLMS Students for a given course / membership
Description Description
Source Source
File: includes/notifications/class.llms.notifications.query.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | |
3.14.0 | Introduced. |
Methods Methods
- get_available_statuses — Get an array of allowed notification statuses
- get_available_types — Get the available notification types
- get_default_args — Retrieve default arguments for a student query
- get_notifications — Convert raw results to notification objects
- parse_args — Parse arguments needed for the query
- parse_statuses — Parse submitted statuses
- parse_triggers — Parse submitted triggers
- parse_types — Parse submitted types
- preprare_query — Prepare the SQL for the query
- sql_orderby — Retrieve the prepared SQL for the ORDER clause Slightly modified from abstract to include the table name to prevent ambiguous errors
- sql_where — Retrieve the prepared SQL for the WHERE clause