Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 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: 196 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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