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

Public Member Functions

 definition ()
 use_advanced_grading ($gradinginstance=false)
 add_grades_section ()
 add_feedback_section ()
 add_action_buttons ()
 add_submission_content ()
 set_data ($data)
 get_data ()

Protected Member Functions

 get_editor_options ()

Detailed Description

Definition at line 2380 of file lib.php.


Member Function Documentation

Definition at line 2538 of file lib.php.

Here is the caller graph for this function:

core_renderer $OUTPUT

Definition at line 2508 of file lib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 2449 of file lib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 2558 of file lib.php.

Here is the caller graph for this function:

Abstract method - always override!

Reimplemented from moodleform.

Definition at line 2384 of file lib.php.

Here is the call graph for this function:

get_data ( )

Return submitted data if properly submitted or returns NULL if validation fails or if there is no submitted data.

note: $slashed param removed

Returns:
object submitted data; NULL if not valid or not submitted or cancelled

Reimplemented from moodleform.

Definition at line 2605 of file lib.php.

Here is the call graph for this function:

get_editor_options ( ) [protected]

Definition at line 2564 of file lib.php.

Here is the caller graph for this function:

set_data ( default_values)

Load in existing data as form defaults. Usually new entry defaults are stored directly in form definition (new entry form); this function is used to load in data where values already exist and data is being edited (edit entry form).

note: $slashed param removed

Parameters:
mixed$default_valuesobject or array of default values

Reimplemented from moodleform.

Definition at line 2575 of file lib.php.

Here is the call graph for this function:

use_advanced_grading ( gradinginstance = false)

Gets or sets the instance for advanced grading

Parameters:
gradingform_instance$gradinginstance

Definition at line 2442 of file lib.php.

Here is the caller graph for this function:


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