[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Definition of the grade_overview_report class
Copyright: | 2007 Nicolas Connault |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 284 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
grade_report_overview:: (7 methods):
__construct()
setup_table()
fill_table()
print_table()
process_data()
process_action()
grade_report_overview_settings_definition()
Class: grade_report_overview - X-Ref
Class providing an API for the overview report building and displaying.__construct($userid, $gpr, $context) X-Ref |
Constructor. Sets local copies of user preferences and initialises grade_tree. param: int $userid param: object $gpr grade plugin return tracking object param: string $context |
setup_table() X-Ref |
Prepares the headers and attributes of the flexitable. |
fill_table() X-Ref |
No description |
print_table($return=false) X-Ref |
Prints or returns the HTML from the flexitable. param: bool $return Whether or not to return the data instead of printing it directly. return: string |
process_data($data) X-Ref |
Processes the data sent by the form (grades and feedbacks). return: bool Success or Failure (array of errors). |
process_action($target, $action) X-Ref |
No description |
grade_report_overview_settings_definition(&$mform) X-Ref |
No description |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |