Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

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

Defines 3 classes

activity_information:: (1 method):
  __construct()

is:: (3 methods):
  export_for_template()
  build_dates_data()
  build_completion_data()

is:: (3 methods):
  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.

Class: is  - X-Ref

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

Class: is  - X-Ref

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