Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
assign_feedback_plugin_feedback Class Reference

Implements a renderable feedback plugin feedback. More...

Inheritance diagram for assign_feedback_plugin_feedback:
renderable

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.
 

Detailed Description

Implements a renderable feedback plugin feedback.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

assign_feedback_plugin_feedback::__construct ( assign_feedback_plugin $plugin,
stdClass $grade,
$view,
$coursemoduleid,
$returnaction,
$returnparams )

Feedback for a single plugin.

Parameters
assign_feedback_plugin$plugin
stdClass$grade
string$viewone of feedback_plugin\SUMMARY or feedback_plugin\FULL
int$coursemoduleid
string$returnactionThe action required to return to this page
array$returnparamsThe params required to return to this page

The documentation for this class was generated from the following file: