Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
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. More...
 

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: