Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Insights report renderable.

Copyright: 2019 David Monllao {@link http://www.davidmonllao.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 184 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

insights_report:: (3 methods):
  __construct()
  export_for_template()
  init_action_labels()


Class: insights_report  - X-Ref

Insights report renderable.

__construct(\core_analytics\model $model, ?int $contextid = null)   X-Ref
Inits the insights report renderable.

param: \core_analytics\model $model
param: int|null $contextid
return: null

export_for_template(\renderer_base $output)   X-Ref
Export the data.

param: \renderer_base $output
return: \stdClass

init_action_labels(\stdClass $predictionactionrecord)   X-Ref
Initialises the action labels and values in this model.

param: \stdClass $predictionactionrecord
return: array Two-dimensional array with the labels and values initialised to zero.