Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Public Member Functions | |
__construct (protected cm_info $cminfo, protected cm_completion_details $cmcompletion) | |
Constructor. | |
export_for_template (renderer_base $output) | |
Export this data so it can be used as the context for a mustache template. | |
core_course\output\activity_completion::__construct | ( | protected cm_info | $cminfo, |
protected cm_completion_details | $cmcompletion ) |
Constructor.
cm_info | $cminfo | The course module information. |
cm_completion_details | $cmcompletion | The course module information. |
core_course\output\activity_completion::export_for_template | ( | renderer_base | $output | ) |
Export this data so it can be used as the context for a mustache template.
renderer_base | $output | Renderer base. |
stdClass |
Implements templatable.