public function FileDumper::setRelativePathTemplate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Dumper/FileDumper.php \Symfony\Component\Translation\Dumper\FileDumper::setRelativePathTemplate()
Sets the template for the relative paths to files.
Parameters
string $relativePathTemplate A template for the relative paths to files:
File
- vendor/
symfony/ translation/ Dumper/ FileDumper.php, line 46
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 setRelativePathTemplate($relativePathTemplate) {
$this->relativePathTemplate = $relativePathTemplate;
}