You are here

abstract protected function FileDumper::format in Plug 7

Transforms a domain of a message catalogue to its string representation.

Parameters

MessageCatalogue $messages:

string $domain:

Return value

string representation

1 call to FileDumper::format()
FileDumper::formatCatalogue in lib/Symfony/translation/Dumper/FileDumper.php
Transforms a domain of a message catalogue to its string representation.
11 methods override FileDumper::format()
ConcreteFileDumper::format in lib/Symfony/translation/Tests/Dumper/FileDumperTest.php
Transforms a domain of a message catalogue to its string representation.
CsvFileDumper::format in lib/Symfony/translation/Dumper/CsvFileDumper.php
Transforms a domain of a message catalogue to its string representation.
IcuResFileDumper::format in lib/Symfony/translation/Dumper/IcuResFileDumper.php
Transforms a domain of a message catalogue to its string representation.
IniFileDumper::format in lib/Symfony/translation/Dumper/IniFileDumper.php
Transforms a domain of a message catalogue to its string representation.
JsonFileDumper::format in lib/Symfony/translation/Dumper/JsonFileDumper.php
Transforms a domain of a message catalogue to its string representation.

... See full list

File

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

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 abstract function format(MessageCatalogue $messages, $domain);