public function FileDumper::setBackup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/translation/Dumper/FileDumper.php \Symfony\Component\Translation\Dumper\FileDumper::setBackup()
Sets backup flag.
Parameters
bool:
File
- vendor/
symfony/ translation/ Dumper/ FileDumper.php, line 56
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\DumperCode
public function setBackup($backup) {
$this->backup = $backup;
}