Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
mod_lti\helper Class Reference

Helper class for LTI activity. More...

Static Public Member Functions

static get_tool_proxy_sql (bool $orphanedonly=false, bool $count=false)
 Get SQL to query DB for LTI tool proxy records.
 

Detailed Description

Helper class for LTI activity.

Author
Andrew Madden andre.nosp@m.wmad.nosp@m.den@c.nosp@m.atal.nosp@m.yst-a.nosp@m.u.ne.nosp@m.t
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_tool_proxy_sql()

static mod_lti\helper::get_tool_proxy_sql ( bool $orphanedonly = false,
bool $count = false )
static

Get SQL to query DB for LTI tool proxy records.

Parameters
bool$orphanedonlyIf true, return SQL to get orphaned proxies only.
bool$countIf true, return SQL to get the count of the records instead of the records themselves.
Return values
stringSQL.

The documentation for this class was generated from the following file: