Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
report_insights\output\insights_list Class Reference

Shows report_insights insights list. More...

Inheritance diagram for report_insights\output\insights_list:

Public Member Functions

 __construct (\core_analytics\model $model, context $context, $othermodels, $page=0, $perpage=100)
 Constructor.
 
 export_for_template (\renderer_base $output)
 Exports the data.
 

Protected Attributes

context $context
 
core_analytics model $model
 
core_analytics model[] $othermodels
 
int $page
 
int $perpage
 

Detailed Description

Shows report_insights insights list.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

report_insights\output\insights_list::__construct ( \core_analytics\model $model,
context $context,
$othermodels,
$page = 0,
$perpage = 100 )

Constructor.

Parameters
core_analytics::model$model
context$context
core_analytics::model[]$othermodels
int$page
int$perpageThe max number of results to fetch
Return values
void

Member Function Documentation

◆ export_for_template()

report_insights\output\insights_list::export_for_template ( \renderer_base $output)

Exports the data.

Parameters
renderer_base$output
Return values
stdClass

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