ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
hasContentLanguage.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
20 
22 
24 {
25  public function withContentLanguage(LanguageTag $content_language);
26 
27  public function getContentLanguage(): ?LanguageTag;
28 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This class represents a valid language tag that should be used instead of plain strings.
Definition: LanguageTag.php:39
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...