\Gettext\ExtractorsJsCode

Class to get gettext strings from javascript files.

Summary

Methods
Properties
Constants
fromFile()
fromString()
$options
No constants found
getFiles()
readFile()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$options

$options : 

Type

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

Throws

\Exception

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