\Gettext\GeneratorsJson

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

Generates a string with the translations ready to save in a file.

Parameters

\Gettext\Translations $translations
array $options

Returns

string

toArray()

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

Returns a multidimensional array.

Parameters

\Gettext\Translations $translations
boolean $includeHeaders
boolean $forceArray

Returns

array

fromArray()

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

Extract the entries from a multidimensional array.

Parameters

array $messages
\Gettext\Translations $translations