MDL-30044 SCORM documenting function scorm_report_list

This commit is contained in:
Ankit Kumar Agarwal
2011-11-03 07:51:43 +05:30
parent 735de1c276
commit e46cef0b64
+5
View File
@@ -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;