From e46cef0b64d3195585f4c421ad8bf34df490123f Mon Sep 17 00:00:00 2001 From: Ankit Kumar Agarwal Date: Wed, 2 Nov 2011 11:45:23 +0530 Subject: [PATCH] MDL-30044 SCORM documenting function scorm_report_list --- mod/scorm/report/reportlib.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/scorm/report/reportlib.php b/mod/scorm/report/reportlib.php index 7e72104978d..6ed1c1d3948 100644 --- a/mod/scorm/report/reportlib.php +++ b/mod/scorm/report/reportlib.php @@ -24,6 +24,11 @@ defined('MOODLE_INTERNAL') || die(); +/* Generates and returns list of available Scorm report sub-plugins + * + * @param context context level to check caps against + * @return array list of valid reports present + */ function scorm_report_list($context) { global $CFG; static $reportlist;