Todo List
Allow the user to back up the database
Located in /upgrade/steps/DatabaseBackupStep.class [line 29]
UpgradeStep | --DatabaseBackupStep
Properties
Methods
Inherited From UpgradeStep
UpgradeStep::$_isComplete UpgradeStep::$_isInError UpgradeStep::$_isLastStep UpgradeStep::$_stepNumber
UpgradeStep::canBeVisited() UpgradeStep::getActions() UpgradeStep::getStepNumber() UpgradeStep::isComplete() UpgradeStep::isInError() UpgradeStep::isLastStep() UpgradeStep::isOptional() UpgradeStep::isRedoable() UpgradeStep::isRelevant() UpgradeStep::loadGalleryConfig() UpgradeStep::loadTemplateData() UpgradeStep::processRequest() UpgradeStep::resetL10Domain() UpgradeStep::sanitize() UpgradeStep::setComplete() UpgradeStep::setInError() UpgradeStep::setIsLastStep() UpgradeStep::setStepNumber() UpgradeStep::stepName() UpgradeStep::_startDebugLog()
Holds the Progress Bar Title, so that it only has to be translated once.
Holds the instance of the StatusTemplate.
void backupCallback( float $percentage )
Update the progress bar with the current percent completion
void isOptional( )
void loadTemplateData( &$templateData )
boolean processRequest( )
Process the database export request.
void stepName( )