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

Public Member Functions | |
| get_col_headings () | |
| get_row ($quizinfo) | |
| get_row_class ($quizinfo) | |
| get_total_row () | |
| is_empty () | |
Data Fields | |
| $title | |
| $intro | |
| $quizacolheader | |
| $sql | |
| $quizlist = null | |
| $totalquizas = 0 | |
| $totalqas = 0 | |
Protected Member Functions | |
| __construct ($title, $intro, $quizacolheader) | |
| build_sql () | |
| extra_where_clause () | |
A class to represent a list of quizzes with various information about attempts that can be displayed as a table.
Definition at line 116 of file locallib.php.
| __construct | ( | $ | title, |
| $ | intro, | ||
| $ | quizacolheader | ||
| ) | [protected] |
| build_sql | ( | ) | [protected] |
Definition at line 134 of file locallib.php.


| extra_where_clause | ( | ) | [abstract, protected] |
Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list, tool_qeupgradehelper_resettable_quiz_list, and tool_qeupgradehelper_upgradable_quiz_list.

| get_col_headings | ( | ) |
Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted, tool_qeupgradehelper_resettable_quiz_list, and tool_qeupgradehelper_upgradable_quiz_list.
Definition at line 163 of file locallib.php.

| get_row | ( | $ | quizinfo | ) |
Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted, tool_qeupgradehelper_resettable_quiz_list, and tool_qeupgradehelper_upgradable_quiz_list.
Definition at line 173 of file locallib.php.


| get_row_class | ( | $ | quizinfo | ) |
Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted.
Definition at line 187 of file locallib.php.

| get_total_row | ( | ) |
Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted.
Definition at line 191 of file locallib.php.


| is_empty | ( | ) |
Definition at line 201 of file locallib.php.
| $intro |
Definition at line 118 of file locallib.php.
| $quizacolheader |
Definition at line 119 of file locallib.php.
| $quizlist = null |
Definition at line 121 of file locallib.php.
| $sql |
Definition at line 120 of file locallib.php.
| $title |
Definition at line 117 of file locallib.php.
| $totalqas = 0 |
Definition at line 123 of file locallib.php.
| $totalquizas = 0 |
Definition at line 122 of file locallib.php.