ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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...