ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | ||||
static | toString (Translations $translations) | |||
{Generates a string with the translations ready to save in a file.
| ||||
static | toArray (Translations $translations) | |||
Generates an array with the translations. More... | ||||
Static Public Member Functions inherited from Gettext\Generators\Generator | ||||
static | toFile (Translations $translations, $file) | |||
Saves the translations in a file. More... | ||||
Static Public Member Functions inherited from Gettext\Generators\GeneratorInterface | ||||
static | toFile (Translations $translations, $file) | |||
Saves the translations in a file. More... | ||||
Static Protected Member Functions | |
static | buildArray (Translations $translations) |
Generates an array with all translations. More... | |
Definition at line 7 of file PhpArray.php.
|
staticprotected |
Generates an array with all translations.
Translations | $translations |
Definition at line 59 of file PhpArray.php.
|
static |
Generates an array with the translations.
Translations | $translations |
Definition at line 26 of file PhpArray.php.
References $domain, $lang, array, Gettext\Translations\getDomain(), Gettext\Translations\getHeader(), and Gettext\Translations\getLanguage().
Referenced by Gettext\Generators\CsvDictionary\toString(), Gettext\Generators\YamlDictionary\toString(), and Gettext\Generators\JsonDictionary\toString().
|
static |
{Generates a string with the translations ready to save in a file.
Translations | $translations |
Implements Gettext\Generators\GeneratorInterface.
Definition at line 12 of file PhpArray.php.
References ILIAS\UI\Implementation\Component\toArray().