| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Implements a renderable feedback plugin feedback. More...
| Public Member Functions | |
| __construct (assign_feedback_plugin $plugin, stdClass $grade, $view, $coursemoduleid, $returnaction, $returnparams) | |
| Feedback for a single plugin. | |
| Public Attributes | |
| int | $coursemoduleid = 0 | 
| $coursemoduleid | |
| stdClass | $grade = null | 
| $grade | |
| assign_submission_plugin | $plugin = null | 
| $plugin | |
| string | $returnaction = '' | 
| returnaction The action to take you back to the current page | |
| array | $returnparams = array() | 
| returnparams The params to take you back to the current page | |
| string | $view = self::SUMMARY | 
| $view | |
| int const | FULL = 20 | 
| FULL. | |
| int const | SUMMARY = 10 | 
| SUMMARY. | |
Implements a renderable feedback plugin feedback.
| assign_feedback_plugin_feedback::__construct | ( | assign_feedback_plugin | $plugin, | 
| stdClass | $grade, | ||
| $view, | |||
| $coursemoduleid, | |||
| $returnaction, | |||
| $returnparams ) | 
Feedback for a single plugin.
| assign_feedback_plugin | $plugin | |
| stdClass | $grade | |
| string | $view | one of feedback_plugin\SUMMARY or feedback_plugin\FULL | 
| int | $coursemoduleid | |
| string | $returnaction | The action required to return to this page | 
| array | $returnparams | The params required to return to this page |