\Gettext\GeneratorsJsonDictionary

Summary

Methods
Properties
Constants
toFile()
toString()
$options
No constants found
No protected methods found
No protected properties found
N/A
toArray()
fromArray()
No private properties found
N/A

Properties

$options

$options : 

Type

Methods

toFile()

toFile(\Gettext\Translations  $translations, string  $file, array  $options = array()) : boolean

Saves the translations in a file.

Parameters

\Gettext\Translations $translations
string $file
array $options

Returns

boolean

toString()

toString(\Gettext\Translations  $translations, array  $options = array()) : string

{@parentDoc}.

Parameters

\Gettext\Translations $translations
array $options

Returns

string

toArray()

toArray(\Gettext\Translations  $translations, boolean  $includeHeaders) : array

Returns a plain dictionary with the format [original => translation].

Parameters

\Gettext\Translations $translations
boolean $includeHeaders

Returns

array

fromArray()

fromArray(array  $messages, \Gettext\Translations  $translations) 

Extract the entries from a dictionary.

Parameters

array $messages
\Gettext\Translations $translations