Differences Between: [Versions 311 and 402] [Versions 400 and 402] [Versions 402 and 403]
File containing the class activity information renderable.
Copyright: | 2021 Jun Pataleta <jun@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 198 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
activity_information:: (4 methods):
__construct()
export_for_template()
build_dates_data()
build_completion_data()
Class: activity_information - X-Ref
The activity information renderable class.__construct(cm_info $cminfo, cm_completion_details $cmcompletion, array $activitydates) X-Ref |
Constructor. param: cm_info $cminfo The course module information. param: cm_completion_details $cmcompletion The course module information. param: array $activitydates The activity dates. |
export_for_template(renderer_base $output) X-Ref |
Export this data so it can be used as the context for a mustache template. param: renderer_base $output Renderer base. return: stdClass |
build_dates_data(stdClass $data) X-Ref |
Builds the dates data for export. param: stdClass $data |
build_completion_data() X-Ref |
Builds the completion data for export. return: stdClass |