Differences Between: [Versions 310 and 400] [Versions 39 and 400]
Single insight view page.
Copyright: | 2017 David Monllao {@link http://www.davidmonllao.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 265 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
insight:: (4 methods):
__construct()
export_for_template()
get_calculation_display()
get_model()
__construct(\core_analytics\prediction $prediction, \core_analytics\model $model, $includedetailsaction,\context $context) X-Ref |
Constructor return: void param: \core_analytics\prediction $prediction param: \core_analytics\model $model param: bool $includedetailsaction param: \context $context |
export_for_template(\renderer_base $output) X-Ref |
Exports the data. return: \stdClass param: \renderer_base $output |
get_calculation_display(\core_analytics\calculable $calculable, $value, $output, $subtype = false) X-Ref |
Returns display info for the calculated value outcome. return: array The style as 'success', 'info', 'warning' or 'danger' and pix_icon param: \core_analytics\calculable $calculable param: float $value param: \renderer_base $output param: string|false $subtype |
get_model() X-Ref |
Model getter. return: \core_analytics\model |