Symfony\Installer\SelfUpdateCommand::backupCurrentVersion PHP Метод

backupCurrentVersion() приватный Метод

Does a backup of the current version of the Symfony installer.
private backupCurrentVersion ( )
    private function backupCurrentVersion()
    {
        $this->fs->copy($this->currentInstallerFile, $this->currentInstallerBackupFile, true);
        $this->restorePreviousInstaller = true;
        return $this;
    }