You are here

private property FileDumper::$backup in Plug 7

Make file backup before the dump.

Type: bool

File

lib/Symfony/translation/Dumper/FileDumper.php, line 39

Class

FileDumper
FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s). Performs backup of already existing files.

Namespace

Symfony\Component\Translation\Dumper

Code

private $backup = true;