Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
A custom renderer class that extends the plugin_renderer_base and is used by the editpdf feedback plugin. More...
Public Member Functions | |
__construct ($assignment, $userid, $attemptnumber, $downloadurl, $downloadfilename, $stampfiles, $readonly) | |
Constructor. | |
A custom renderer class that extends the plugin_renderer_base and is used by the editpdf feedback plugin.
assignfeedback_editpdf_widget::__construct | ( | $assignment, | |
$userid, | |||
$attemptnumber, | |||
$downloadurl, | |||
$downloadfilename, | |||
$stampfiles, | |||
$readonly ) |
Constructor.
int | $assignment | - Assignment instance id |
int | $userid | - The user id we are grading |
int | $attemptnumber | - The attempt number we are grading |
moodle_url | $downloadurl | - A url to download the current generated pdf. |
string | $downloadfilename | - Name of the generated pdf. |
string[] | $stampfiles | - The file names of the stamps. |
bool | $readonly | - Show the readonly interface (no tools). |