$instance
$instance : null
Instance variable.
Class MainWP_Manage_Backups_Handler
execute_backup_task(mixed $task, integer $nrOfSites, boolean $updateRun = true) : mixed
Execute the backup task.
mixed | $task | Task to perform. |
integer | $nrOfSites | Number of Child Sites to perform the task on. |
boolean | $updateRun | ture|false. |
$errorOutput.
backup(mixed $pTaskId, mixed $pSiteId, mixed $pFileNameUID) : self
Prepare Child Site to be backed up.
mixed | $pTaskId | Task ID. |
mixed | $pSiteId | Child Site ID. |
mixed | $pFileNameUID | Filename Unique ID. |
Error message.
MainWP_Manage_Sites_Handler()