You are here

protected property FileDumper::$relativePathTemplate in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Dumper/FileDumper.php \Symfony\Component\Translation\Dumper\FileDumper::relativePathTemplate

A template for the relative paths to files.

Type: string

File

vendor/symfony/translation/Dumper/FileDumper.php, line 32

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

protected $relativePathTemplate = '%domain%.%locale%.%extension%';