ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
GeneratorInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Gettext\Generators;
4 
6 
8 {
17  public static function toFile(Translations $translations, $file);
18 
26  public static function toString(Translations $translations);
27 }
static toFile(Translations $translations, $file)
Saves the translations in a file.
Class to manage a collection of translations.
static toString(Translations $translations)
Generates a string with the translations ready to save in a file.