Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Renders the subscribers page for this activity. More...
Public Member Functions | |
__construct (int $id, moodle_url $currenturl, stdClass $forum, int $edit) | |
subscription_actionbar constructor. | |
export_for_template (renderer_base $output) | |
Data for the template. | |
Renders the subscribers page for this activity.
mod_forum\output\subscription_actionbar::__construct | ( | int | $id, |
moodle_url | $currenturl, | ||
stdClass | $forum, | ||
int | $edit ) |
subscription_actionbar constructor.
int | $id | The forum id. |
moodle_url | $currenturl | Current URL. |
stdClass | $forum | The forum object. |
int | $edit | This argument decides to show view/manage subscribers view. |
mod_forum\output\subscription_actionbar::export_for_template | ( | renderer_base | $output | ) |
Data for the template.
renderer_base | $output | The render_base object. |
array | data for template |
Implements templatable.