MDL-80187 core_courseformat: format action classes

This commit is contained in:
Ferran Recio
2023-12-12 16:23:37 +01:00
parent 580c009cac
commit 141568c30d
14 changed files with 718 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ abstract class base {
*
* @param int|stdClass $courseorid either course id or
* an object that has the property 'format' and may contain property 'id'
* @return course_format
* @return base
*/
public static final function instance($courseorid) {
global $DB;