moodle/analytics/classes/local/indicator
Didier 'OdyX' Raboud 62e1b79cb0 MDL-65067 analytics: Strengthen format_weeks detection
The public function get_section_dates($section, $startdate = false) is
only defined in format_weeks, not in format_base.

As other formats can (and format_topcoll has) declare a different
get_section_dates public method, merely checking that it exists is not
sufficient to guarantee that it can be called with just a section object.

Check that the format either is, or is a subclass of format_weeks.
2019-05-17 13:24:47 +02:00
..
base.php MDL-64320 analytics: Validate discrete indicators separately 2019-01-30 12:11:08 +01:00
binary.php MDL-64320 analytics: Validate discrete indicators separately 2019-01-30 12:11:08 +01:00
community_of_inquiry_activity.php MDL-65067 analytics: Strengthen format_weeks detection 2019-05-17 13:24:47 +02:00
discrete.php MDL-64320 analytics: Validate discrete indicators separately 2019-01-30 12:11:08 +01:00
linear.php MDL-59265 analytics: Rename machine learning backend method 2017-08-25 13:17:22 +02:00