Moodle  2.2.1
http://www.collinsharper.com
tool_qeupgradehelper_quiz_list Class Reference
Inheritance diagram for tool_qeupgradehelper_quiz_list:

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

__construct ( title,
intro,
quizacolheader 
) [protected]

Definition at line 125 of file locallib.php.

Here is the call graph for this function:


Member Function Documentation

build_sql ( ) [protected]

Definition at line 134 of file locallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

extra_where_clause ( ) [abstract, protected]
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.

Here is the call graph for this function:

Here is the caller graph for this function:

get_row_class ( quizinfo)

Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted.

Definition at line 187 of file locallib.php.

Here is the caller graph for this function:

Reimplemented in tool_qeupgradehelper_pre_upgrade_quiz_list_restricted.

Definition at line 191 of file locallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

is_empty ( )

Definition at line 201 of file locallib.php.


Field Documentation

$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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations