ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
This class represents a valid language tag that should be used instead of plain strings.
Definition:
LanguageTag.php:40
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage
Definition:
hasContentLanguage.php:26
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\getContentLanguage
getContentLanguage()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\hasContentLanguage\withContentLanguage
withContentLanguage(LanguageTag $content_language)
ILIAS\Data\LanguageTag
Definition:
GrandFathered.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory
Definition:
AbstractBaseItem.php:21
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Factory
hasContentLanguage.php
Generated on Sat Oct 18 2025 23:03:07 for ILIAS by
1.9.4 (using
Doxyfile
)