Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager) | |
create ($type) | |
Data Fields | |
const | TYPE_DB = 'db' |
const | TYPE_FILESYSTEM = 'filesystem' |
const | TYPE_SYSTEM_SNAPSHOT = 'snapshot' |
const | TYPE_MEDIA = 'media' |
const | TYPE_SNAPSHOT_WITHOUT_MEDIA = 'nomedia' |
Protected Attributes | |
$_allowedTypes | |
__construct | ( | ObjectManagerInterface | $objectManager | ) |
ObjectManagerInterface | $objectManager |
Definition at line 64 of file Factory.php.
create | ( | $type | ) |
Create new backup instance
string | $type |
LocalizedException | Get mapper instance |
string | $type |
Definition at line 83 of file Factory.php.
|
protected |
Definition at line 59 of file Factory.php.
const TYPE_DB = 'db' |
Backup type constant for database backup
Definition at line 32 of file Factory.php.
const TYPE_FILESYSTEM = 'filesystem' |
Backup type constant for filesystem backup
Definition at line 37 of file Factory.php.
const TYPE_MEDIA = 'media' |
Backup type constant for media and database backup
Definition at line 47 of file Factory.php.
const TYPE_SNAPSHOT_WITHOUT_MEDIA = 'nomedia' |
Backup type constant for full system backup excluding media folder
Definition at line 52 of file Factory.php.
const TYPE_SYSTEM_SNAPSHOT = 'snapshot' |
Backup type constant for full system backup(database + filesystem)
Definition at line 42 of file Factory.php.