-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0, 5.0
-
MOODLE_400_STABLE, MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
mdl-72526_main
-
-
-
There are a few properties under course/format/classes/output/local which are private. I don't think there's a need for this, and it may make customisation in course format plugins more difficult.
The specific properties are:
- content/cm/cmname.php $section
- content/cm/groupmode.php $section, get_option_data()
- content/cm/completion.php get_completion_dialog()
- content/cm/title.php $section
- content/cm/visibility.php get_option_data()
- content/section/cmsummary.php calculate_section_stats()
- content/section/summary.php $section
- content/section/visibility get_option_data()
- content/sectionnavigation.php $data
- content/cm.php $section
- content.php get_sections_to_display()
- mentioned in
-
Page Loading...