Méthode |
Description |
|
__construct ( ) |
|
|
error ( string $context, string $error ) |
Add an error to the errors array. |
|
error_handler ( integer $type ) : boolean |
Hooked into set_error_handler to catch any PHP errors that happen during
the backup process. |
|
get_backup_filename ( ) : string |
Get the filename of the backup. |
|
get_backup_filepath ( ) : string |
Get the full filepath to the backup file. |
|
get_errors ( string | null $context = null ) : array |
Get the array of errors encountered during the backup process. |
|
get_warnings ( string | null $context = null ) : array |
Get the array of warnings encountered during the backup process. |
|
set_backup_filename ( string $filename ) |
Set the filename of the backup. |
|
verify_backup ( ) : boolean |
Backup Engine Types should always implement the verify_backup method. |
|
warning ( string $context, string $warning ) |
Add an warning to the errors warnings. |
|