3 declare(strict_types=1);
    23     $f = $DIC->ui()->factory();
    27     $link = 
$f->link()->standard(
"Abrir ILIAS", 
"http://www.ilias.de")
    28         ->withLanguageOfReferencedContent($data_factaory->languageTag(
"de"))
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
with_content_and_referenced_language()
 description: > Example for rendering a standard link including content and a referenced language ...