ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
SupportsTranslationGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\GUI\I18n
;
22
23
use
ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslatableItem
;
24
use
ILIAS\GlobalScreen\GUI\PonsGUI
;
25
30
interface
SupportsTranslationGUI
extends
PonsGUI
31
{
32
public
function
getCurrentItem
():
TranslatableItem
;
33
}
ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslatableItem
Definition:
TranslatableItem.php:26
ILIAS\GlobalScreen\GUI\I18n\SupportsTranslationGUI
Definition:
SupportsTranslationGUI.php:31
ILIAS\GlobalScreen\GUI\I18n\SupportsTranslationGUI\getCurrentItem
getCurrentItem()
ILIAS\GlobalScreen\GUI\PonsGUI
Definition:
PonsGUI.php:28
ILIAS\GlobalScreen\GUI\I18n
Definition:
MultiLanguage.php:21
components
ILIAS
GlobalScreen
src
GUI
I18n
MultiLanguage
SupportsTranslationGUI.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)