MDL-30044 SCORM documenting function scorm_report_list
authorAnkit Kumar Agarwal <ankit_frenz@yahoo.co.in>
Wed, 2 Nov 2011 06:15:23 +0000 (11:45 +0530)
committerAnkit Kumar Agarwal <ankit_frenz@yahoo.co.in>
Thu, 3 Nov 2011 02:21:43 +0000 (07:51 +0530)
mod/scorm/report/reportlib.php

index 7e72104..6ed1c1d 100644 (file)
 
 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;