ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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.
$file
if(!file_exists("$old.txt")) if($old===$new) if(file_exists("$new.txt")) $file
Definition:
rename-config.php:43
libs
composer
vendor
gettext
gettext
src
Generators
GeneratorInterface.php
Generated on Tue Jan 28 2025 19:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)