Bolt\Configuration\YamlUpdater::backup PHP Метод

backup() защищенный Метод

Backup the YAML file.
protected backup ( )
    protected function backup()
    {
        $this->file->copy($this->file->getPath() . '.' . date('Ymd-His'));
    }