ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
hasContentLanguage.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
19
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Factory
;
20
21
use
ILIAS\Data\LanguageTag
;
22
23
interface
hasContentLanguage
24
{
25
public
function
withContentLanguage
(
LanguageTag
$content_language);
26
27
public
function
getContentLanguage
(): ?
LanguageTag
;
28
}
ILIAS\Data\LanguageTag
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
GrandFathered.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage
Definition:
hasContentLanguage.php:23
ILIAS\Data\LanguageTag
This class represents a valid language tag that should be used instead of plain strings.
Definition:
LanguageTag.php:39
ILIAS\GlobalScreen\Scope\MetaBar\Factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractBaseItem.php:20
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\withContentLanguage
withContentLanguage(LanguageTag $content_language)
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\getContentLanguage
getContentLanguage()
src
GlobalScreen
Scope
MetaBar
Factory
hasContentLanguage.php
Generated on Wed Sep 10 2025 14:12:06 for ILIAS by
1.8.13 (using
Doxyfile
)