[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 YUI.add('moodle-course-util-base', function (Y, NAME) { 2 3 /** 4 * The Moodle.core_course.util classes provide course-related utility functions. 5 * 6 * @module moodle-course-util 7 * @main 8 */ 9 10 Y.namespace('Moodle.core_course.util'); 11 12 /** 13 * A collection of general utility functions for use in course. 14 * 15 * @class Moodle.core_course.util 16 * @static 17 */ 18 19 20 21 }, '@VERSION@');
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |