FileAccess Orion

TranslationWriterInterface

TranslationWriter writes translation messages.

Tags
author

Michel Salib michelsalib@hotmail.com

Table of Contents

write()  : mixed
Writes translation from the catalogue according to the selected format.

Methods

write()

Writes translation from the catalogue according to the selected format.

public write(MessageCatalogue $catalogue, string $format[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$catalogue : MessageCatalogue
$format : string

The format to use to dump the messages

$options : array<string|int, mixed> = []

Options that are passed to the dumper

Tags
throws
InvalidArgumentException
Return values
mixed

Search results