Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Backup
BackupInterface.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Framework\Backup
;
13
20
interface
BackupInterface
21
{
27
public
function
create
();
28
34
public
function
rollback
();
35
42
public
function
setBackupExtension
($backupExtension);
43
50
public
function
setResourceModel
(
$resourceModel
);
51
58
public
function
setTime
($time);
59
65
public
function
getType
();
66
73
public
function
setBackupsDir
($backupsDir);
74
}
Magento\Framework\Backup
Definition:
AbstractBackup.php:6
Magento\Framework\Backup\BackupInterface\setBackupsDir
setBackupsDir($backupsDir)
Magento\Framework\Backup\BackupInterface\setBackupExtension
setBackupExtension($backupExtension)
Magento\Framework\Backup\BackupInterface\getType
getType()
Magento\Framework\Backup\BackupInterface\create
create()
Magento\Framework\Backup\BackupInterface\setResourceModel
setResourceModel($resourceModel)
Magento\Framework\Backup\BackupInterface\setTime
setTime($time)
$resourceModel
$resourceModel
Definition:
tablerates.php:10
Magento\Framework\Backup\BackupInterface
Definition:
BackupInterface.php:20
Magento\Framework\Backup\BackupInterface\rollback
rollback()