Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.
/analytics/classes/local/time_splitting/
FolderUp one level  
Fileaccumulative_parts.php [source] [72 lines]    Range processor splitting the course in parts and accumulating data from the start.
Fileafter_now.php          [source] [37 lines]    Interface for time-splitting methods whose ranges' times are after time().
Fileafter_start.php        [source] [111 lines]   Time splitting method that generates predictions X days/weeks/months after the analysable start.
Filebase.php               [source] [311 lines]   Base time splitting method.
Filebefore_now.php         [source] [37 lines]    Interface for time-splitting methods whose ranges' times are before time().
Fileequal_parts.php        [source] [88 lines]    X parts time splitting method.
Filepast_periodic.php      [source] [97 lines]    Time splitting method that generates predictions regularly.
Fileperiodic.php           [source] [162 lines]   Time splitting method that generates predictions regularly.
Fileupcoming_periodic.php  [source] [96 lines]    Time splitting method that generates predictions periodically.