ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
HasContentLanguage.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
19 namespace ILIAS\UI\Component;
20 
22 
24 {
29  public function withContentLanguage(LanguageTag $language): self;
30 
34  public function getContentLanguage(): ?LanguageTag;
35 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withContentLanguage(LanguageTag $language)
If the link text also is not translated (e.g., because it is a formal title that should be kept in th...
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
getContentLanguage()
See comment in withContentLanguage.