ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
TranslatorInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Gettext
;
4
8
interface
TranslatorInterface
9
{
13
public
function
register
();
14
22
public
function
gettext($original);
23
33
public
function
ngettext($original, $plural, $value);
34
45
public
function
dngettext(
$domain
, $original, $plural, $value);
46
57
public
function
npgettext(
$context
, $original, $plural, $value);
58
67
public
function
pgettext(
$context
, $original);
68
77
public
function
dgettext(
$domain
, $original);
78
88
public
function
dpgettext(
$domain
,
$context
, $original);
89
99
public
function
dnpgettext(
$domain
,
$context
, $original, $plural, $value);
100
}
Gettext\TranslatorInterface
Interface used by all translators.
Definition:
TranslatorInterface.php:8
$context
$context
Definition:
webdav.php:25
Gettext
Definition:
BaseTranslator.php:3
php
$domain
if(!array_key_exists('domain', $_REQUEST)) $domain
Definition:
resume.php:8
libs
composer
vendor
gettext
gettext
src
TranslatorInterface.php
Generated on Thu Jan 30 2025 19:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)