Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
run () | |
![]() | |
__construct (Filesystem $snapshotObject) | |
run () | |
Protected Member Functions | |
_initFtpClient () | |
_validateFtp () | |
_unpackSnapshot ($tmpDir) | |
_createTmpDir () | |
_cleanupFtp () | |
_uploadBackupToFtp ($tmpDir) | |
Protected Attributes | |
$_ftpClient | |
![]() | |
$_snapshot | |
Rollback worker for rolling back via ftp
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
protected |
|
protected |
LocalizedException |
Definition at line 133 of file Ftp.php.
|
protected |
Initialize ftp client and connect to ftp
FtpConnectionFailed |
|
protected |
|
protected |
|
protected |
run | ( | ) |
Files rollback implementation via ftp
LocalizedException |
Definition at line 37 of file Ftp.php.