ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
hasContentLanguage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Factory
;
22
23
use
ILIAS\Data\LanguageTag
;
24
25
interface
hasContentLanguage
26
{
27
public
function
withContentLanguage
(
LanguageTag
$content_language);
28
29
public
function
getContentLanguage
(): ?
LanguageTag
;
30
}
ILIAS\Data\LanguageTag
Definition:
GrandFathered.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage
Definition:
hasContentLanguage.php:25
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
Definition:
AbstractBaseItem.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\withContentLanguage
withContentLanguage(LanguageTag $content_language)
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\getContentLanguage
getContentLanguage()
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Factory
hasContentLanguage.php
Generated on Wed Sep 3 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)