|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (stdClass $data, stdClass $options) | |
| get_data () | |
| get_options () | |
Protected Attributes | |
| $data | |
| $options | |
Renderable component containing all the data needed to display the grading report
Definition at line 3073 of file locallib.php.
| __construct | ( | stdClass $ | data, |
| stdClass $ | options | ||
| ) |
Grades in $data must be already rounded to the set number of decimals or must be null (in which later case, the [mod_workshop,nullgrade] string shall be displayed)
| stdClass | $data | prepared by workshop::prepare_grading_report_data() |
| stdClass | $options | display options (showauthornames, showreviewernames, sortby, sorthow, showsubmissiongrade, showgradinggrade) |
Definition at line 3087 of file locallib.php.
| get_data | ( | ) |
Definition at line 3095 of file locallib.php.

| get_options | ( | ) |
Definition at line 3102 of file locallib.php.

$data [protected] |
Definition at line 3076 of file locallib.php.
$options [protected] |
Definition at line 3078 of file locallib.php.