\Gettext\ExtractorsJson

Class to get gettext strings from json.

Summary

Methods
Properties
Constants
fromFile()
fromString()
No public properties found
No constants found
getFiles()
readFile()
No protected properties found
N/A
toArray()
fromArray()
No private properties found
N/A

Methods

fromFile()

fromFile(array|string  $file, \Gettext\Translations  $translations, array  $options = array()) 

Extract the translations from a file.

Parameters

array|string $file

A path of a file or files

\Gettext\Translations $translations

The translations instance to append the new translations.

array $options

fromString()

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

Parses a string and append the translations found in the Translations instance.

Parameters

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

getFiles()

getFiles(string|array  $file) : array

Checks and returns all files.

Parameters

string|array $file

The file/s

Returns

array —

The file paths

readFile()

readFile(string  $file) : string

Reads and returns the content of a file.

Parameters

string $file

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