\Gettext\ExtractorsExtractorInterface

Summary

Methods
Constants
fromFile()
fromString()
No constants found
No protected methods found
N/A
No private methods 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