Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
mod_lesson\output\report_action_menu Class Reference

Output the report action menu for this activity. More...

Inheritance diagram for mod_lesson\output\report_action_menu:

Public Member Functions

 __construct (int $lessonid, moodle_url $url)
 Constructor for this object.
 
 export_for_template (\renderer_base $output)
 Export this url select menu for navigating between reports.
 

Protected Attributes

 $lessonid
 int The lesson id.
 
 $url
 moodle_url The url for this page.
 

Detailed Description

Output the report action menu for this activity.

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

Constructor & Destructor Documentation

◆ __construct()

mod_lesson\output\report_action_menu::__construct ( int $lessonid,
moodle_url $url )

Constructor for this object.

Parameters
int$lessonidThe lessonid.
moodle_url$urlThe url for this page.

Member Function Documentation

◆ export_for_template()

mod_lesson\output\report_action_menu::export_for_template ( \renderer_base $output)

Export this url select menu for navigating between reports.

Parameters
renderer_base$outputRenderer output.
Return values
arrayThe data for the template.

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