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 |
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. |