Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (protected array $activitydates) | |
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_dates::__construct | ( | protected array | $activitydates | ) |
Constructor.
array | $activitydates | The activity dates. |
core_course\output\activity_dates::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.