Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 4 classes

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

Class: restore_settings_form  - X-Ref

Restore settings form.

Class: restore_schema_form  - X-Ref

Restore schema review form.

Class: restore_review_form  - X-Ref

Restore complete process review form.