interface TranslationWriterInterface

TranslationWriter writes translation messages.

Methods

void
write(MessageCatalogue$catalogue,string$format,array$options =[])

Writes translation from the catalogue according to the selected format.

Details

void write(MessageCatalogue$catalogue,string$format,array$options =[])

Writes translation from the catalogue according to the selected format.

Parameters

MessageCatalogue $catalogue
string $format
array $options

Return Value

void

Exceptions

InvalidArgumentException