ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
GeneratorInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Gettext\Generators
;
4
5
use
Gettext\Translations
;
6
7
interface
GeneratorInterface
8
{
17
public
static
function
toFile
(
Translations
$translations, $file);
18
26
public
static
function
toString
(
Translations
$translations);
27
}
Gettext\Generators\GeneratorInterface
Definition:
GeneratorInterface.php:7
Gettext\Generators\GeneratorInterface\toFile
static toFile(Translations $translations, $file)
Saves the translations in a file.
Translations
Gettext\Translations
Class to manage a collection of translations.
Definition:
Translations.php:11
Gettext\Generators
Definition:
CsvDictionary.php:3
Gettext\Generators\GeneratorInterface\toString
static toString(Translations $translations)
Generates a string with the translations ready to save in a file.
php
libs
composer
vendor
gettext
gettext
src
Generators
GeneratorInterface.php
Generated on Thu Jan 16 2025 19:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)