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

Public Member Functions

 mod_lesson_mod_form ($current, $section, $cm, $course)
 definition ()
 data_preprocessing (&$default_values)
 validation ($data, $files)

Protected Attributes

 $course = null

Detailed Description

Definition at line 33 of file mod_form.php.


Member Function Documentation

data_preprocessing ( &$  default_values)

Enforce defaults here

Parameters:
array$default_valuesForm defaults
Returns:
void

Reimplemented from moodleform_mod.

Definition at line 308 of file mod_form.php.

Here is the call graph for this function:

Abstract method - always override!

Legacy slideshow width element to maintain backwards compatibility

Legacy slideshow height element to maintain backwards compatibility

Legacy slideshow background color element to maintain backwards compatibility

Legacy media popup width element to maintain backwards compatibility

Legacy media popup height element to maintain backwards compatibility

Legacy media popup close button element to maintain backwards compatibility

Legacy maximum highscores element to maintain backwards compatibility

Reimplemented from moodleform.

Definition at line 42 of file mod_form.php.

Here is the call graph for this function:

mod_lesson_mod_form ( current,
section,
cm,
course 
)

Definition at line 37 of file mod_form.php.

Here is the call graph for this function:

validation ( data,
files 
)

Enforce validation rules here

Parameters:
object$dataPost data to validate
Returns:
array

Reimplemented from moodleform_mod.

Definition at line 336 of file mod_form.php.


Field Documentation

$course = null [protected]

Definition at line 35 of file mod_form.php.


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