You are here

protected property FileDumper::$relativePathTemplate in Plug 7

A template for the relative paths to files.

Type: string

File

lib/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%';