Beispiel #1
0
 /**
  * Adds the extra availability conditions (if any) into the given
  * course-module (or section) object.
  *
  * This function may be called statically (for the editing form) or
  * dynamically.
  *
  * @param object $section Moodle section data object
  */
 public static function fill_availability_conditions($section)
 {
     parent::fill_availability_conditions_inner($section, 'course_sections', 'coursesectionid');
 }