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

Public Member Functions

 __construct ($ui, array $params=null)
 process (base_moodleform $form=null)

Protected Member Functions

 initialise_stage_form ()

Detailed Description

Confirmation stage

On this stage the user reviews the setting for the backup and can change the filename of the file that will be generated.

Definition at line 523 of file restore_ui_stage.class.php.


Constructor & Destructor Documentation

__construct ( ui,
array params = null 
)

Constructs the stage

Parameters:
backup_ui$ui

Definition at line 528 of file restore_ui_stage.class.php.


Member Function Documentation

initialise_stage_form ( ) [protected]

Creates the backup_confirmation_form instance this stage requires

Returns:
backup_confirmation_form

Reimplemented from base_ui_stage.

Definition at line 557 of file restore_ui_stage.class.php.

Here is the caller graph for this function:

process ( base_moodleform form = null)

Processes the confirmation stage

Parameters:
backup_moodleform$form
Returns:
int The number of changes the user made

Reimplemented from base_ui_stage.

Definition at line 538 of file restore_ui_stage.class.php.

Here is the call graph for this function:


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