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

Public Member Functions

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

Protected Member Functions

 initialise_stage_form ()

Detailed Description

Final stage of backup

This stage is special in that it is does not make use of a form. The reason for this is the order of procession of backup at this stage. The processesion is: 1. The final stage will be intialise. 2. The confirmation stage will be processed. 3. The backup will be executed 4. The complete stage will be loaded by execution 5. The complete stage will be displayed

This highlights that we neither need a form nor a display method for this stage we simply need to process.

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


Constructor & Destructor Documentation

__construct ( backup_ui ui,
array params = null 
)

Constructs the final stage

Parameters:
backup_ui$ui

Reimplemented from backup_ui_stage.

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


Member Function Documentation

display ( )

should NEVER be called... throws an exception

Reimplemented from base_ui_stage.

Reimplemented in backup_ui_stage_complete.

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

initialise_stage_form ( ) [protected]

should NEVER be called... throws an exception

Reimplemented from base_ui_stage.

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

process ( base_moodleform form = null)

Processes the final stage.

In this case it ALWAYS passes processing to the previous stage (confirmation)

Reimplemented from base_ui_stage.

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


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