This file contains the forms used by the restore stages
Copyright: | 2010 Sam Hemelryk |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 78 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_moodleform:: (1 method):
__construct()
restore_settings_form:: (0 methods):
restore_schema_form:: (0 methods):
restore_review_form:: (0 methods):
Class: restore_moodleform - X-Ref
An abstract moodleform class specially designed for the restore forms.__construct(restore_ui_stage $uistage, $action = null, $customdata = null, $method = 'post',$target = '', $attributes = null, $editable = true) X-Ref |
Constructor. Overridden just for the purpose of typehinting the first arg. param: restore_ui_stage $uistage param: null $action param: null $customdata param: string $method param: string $target param: null $attributes param: bool $editable |