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
Db
BackupInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Backup\Db
;
7
14
interface
BackupInterface
15
{
22
public
function
setTime
($time);
23
30
public
function
setType
(
$type
);
31
38
public
function
setPath
(
$path
);
39
46
public
function
setName
(
$name
);
47
54
public
function
open
($write =
false
);
55
62
public
function
write
(
$data
);
63
69
public
function
close
();
70
}
Magento\Framework\Backup\Db\BackupInterface\setTime
setTime($time)
Magento\Framework\Backup\Db\BackupInterface\setPath
setPath($path)
Magento\Framework\Backup\Db
Definition:
BackupDbInterface.php:6
Magento\Framework\Backup\Db\BackupInterface\open
open($write=false)
Magento\Framework\Backup\Db\BackupInterface\write
write($data)
$type
$type
Definition:
item.phtml:13
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Framework\Backup\Db\BackupInterface\setType
setType($type)
Magento\Framework\Backup\Db\BackupInterface\setName
setName($name)
Magento\Framework\Backup\Db\BackupInterface\close
close()
Magento\Framework\Backup\Db\BackupInterface
Definition:
BackupInterface.php:14
$path
$path
Definition:
import_with_filesystem_images.php:14
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14