19 declare(strict_types=1);
32 private readonly
string $id,
40 return $this->services->factory();
45 return $this->services->mainTemplate();
50 $this->
language->loadLanguageModule($module);
53 public function txt(
string $name): string
57 $this->
id .
'_' . $name,
65 private function firstExisting(array $lang_vars,
string $fallback): string
67 foreach ($lang_vars as $lang_var) {
68 if ($this->
language->exists($lang_var)) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
language()
description: > Example for rendring a language glyph.