Output the report action menu for this activity.
More...
|
| __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.
|
|
|
| $lessonid |
| int The lesson id.
|
|
| $url |
| moodle_url The url for this page.
|
|
Output the report action menu for this activity.
- Copyright
- 2021 Adrian Greeve adria.nosp@m.n@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
mod_lesson\output\report_action_menu::__construct |
( |
int | $lessonid, |
|
|
moodle_url | $url ) |
Constructor for this object.
- Parameters
-
int | $lessonid | The lessonid. |
moodle_url | $url | The url for this page. |
◆ 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 | $output | Renderer output. |
- Return values
-
array | The data for the template. |
The documentation for this class was generated from the following file:
- mod/lesson/classes/output/report_action_menu.php