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

Public Member Functions

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

Protected Member Functions

 initialise_stage_form ()

Detailed Description

Schema stage of backup process

During the schema stage the user is required to set the settings that relate to the area that they are backing up as well as its children.

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


Constructor & Destructor Documentation

__construct ( backup_ui ui,
array params = null 
)

Schema stage constructor

Parameters:
backup_moodleform$ui

Reimplemented from backup_ui_stage.

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


Member Function Documentation

initialise_stage_form ( ) [protected]

Creates the backup_schema_form instance for this stage

Returns:
backup_schema_form

Reimplemented from base_ui_stage.

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

Here is the caller graph for this function:

process ( base_moodleform form = null)

Processes the schema stage

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

Reimplemented from base_ui_stage.

Definition at line 179 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