W3cubDocs

/Symfony 2.7

Symfony\Component\Translation\Dumper\DumperInterface

interface DumperInterface

DumperInterface is the interface implemented by all translation dumpers.

There is no common option.

Methods

dump(MessageCatalogue $messages, array $options = array())

Dumps the message catalogue.

Details

public dump(MessageCatalogue $messages, array $options = array())

Dumps the message catalogue.

Parameters

MessageCatalogue $messages The message catalogue
array $options Options that are used by the dumper

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Translation/Dumper/DumperInterface.html