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


Public Member Functions | |
| set_data ($defaults) | |
Protected Member Functions | |
| specific_definition ($mform) | |
Form for editing HTML block instances.
Definition at line 32 of file edit_form.php.
| 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
| mixed | $default_values | object or array of default values |
Reimplemented from block_edit_form.
Definition at line 46 of file edit_form.php.

| specific_definition | ( | $ | mform | ) | [protected] |
Override this to create any form fields specific to this type of block.
| object | $mform | the form being built. |
Reimplemented from block_edit_form.
Definition at line 33 of file edit_form.php.