Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250605) (9223e346c3e)
|
A button that is used to select users for a form. More...
Public Member Functions | |
__construct (\moodle_url $url, $label, $method='post') | |
Initialises the new select_user_button. | |
A button that is used to select users for a form.
gradereport_history\output\user_button::__construct | ( | \moodle_url | $url, |
$label, | |||
$method = 'post' ) |
Initialises the new select_user_button.
moodle_url | $url | |
string | $label | The text to display in the button |
string | $method | Either post or get |