Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core_course\output\activity_dates Class Reference

The activity dates renderable class. More...

Inheritance diagram for core_course\output\activity_dates:

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.
 

Detailed Description

The activity dates renderable class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core_course\output\activity_dates::__construct ( protected array $activitydates)

Constructor.

Parameters
array$activitydatesThe activity dates.

Member Function Documentation

◆ export_for_template()

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.

Parameters
renderer_base$outputRenderer base.
Return values
stdClass

Implements templatable.


The documentation for this class was generated from the following file: