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

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 272 of file backup_ui_stage.class.php.


Constructor & Destructor Documentation

__construct ( ui,
array params = null 
)

Constructs the stage

Parameters:
backup_ui$ui

Definition at line 277 of file backup_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.

Reimplemented in import_ui_stage_confirmation.

Definition at line 322 of file backup_ui_stage.class.php.

Here is the call graph for this function:

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 287 of file backup_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