\Gettext\UtilsDictionaryTrait

Trait used by all generators that exports the translations to plain dictionary (original => singular-translation).

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
toArray()
fromArray()
No private properties found
N/A

Methods

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