ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
HasContentLanguage.php
Go to the documentation of this file.
1
<?php
17
declare(strict_types=1);
18
19
namespace
ILIAS\UI\Component
;
20
21
use
ILIAS\Data\LanguageTag
;
22
23
interface
HasContentLanguage
24
{
29
public
function
withContentLanguage
(
LanguageTag
$language):
self
;
30
34
public
function
getContentLanguage
(): ?
LanguageTag
;
35
}
ILIAS\Data\LanguageTag
Definition:
GrandFathered.php:21
HasContentLanguage
ILIAS\UI\Component\HasContentLanguage\withContentLanguage
withContentLanguage(LanguageTag $language)
If the link text also is not translated (e.g., because it is a formal title that should be kept in th...
ILIAS\UI\Component
ILIAS\Data\LanguageTag
This class represents a valid language tag that should be used instead of plain strings.
Definition:
LanguageTag.php:39
ILIAS\UI\Component\HasContentLanguage\getContentLanguage
getContentLanguage()
See comment in withContentLanguage.
components
ILIAS
UI
src
Component
HasContentLanguage.php
Generated on Sun Aug 31 2025 23:04:07 for ILIAS by
1.8.13 (using
Doxyfile
)