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

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

Replaces the currenct version of the Symfony installer with the new one.
    private function replaceCurrentVersionbyNewVersion()
    {
        $this->fs->copy($this->newInstallerFile, $this->currentInstallerFile, true);
        return $this;
    }