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.

Time splitting method that generates predictions X days/weeks/months after the analysable start.

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

Defines 1 class


Class: after_start  - X-Ref

Time splitting method that generates predictions X days/weeks/months after the analysable start.

is_valid_analysable(\core_analytics\analysable $analysable)   X-Ref
Returns whether the course can be processed by this time splitting method or not.

param: \core_analytics\analysable $analysable
return: bool

define_ranges()   X-Ref
This time-splitting method returns one single range, the start to two days before the end.

return: array The list of ranges, each of them including 'start', 'end' and 'time'

cache_indicator_calculations()   X-Ref
Whether to cache or not the indicator calculations.

return: bool

get_prediction_interval_start(\core_analytics\analysable $analysable)   X-Ref
Calculates the interval start time backwards, from now.

param: \core_analytics\analysable $analysable
return: int