19 declare(strict_types=1);
30 return "tpl.glyph.context_btn.html";
41 foreach ($component->getCounters() as $counter) {
42 if($counter->getNumber() > 0) {
43 $aria_label .= $this->
txt(
"counter_".$counter->getType()).
" ".$counter->getNumber().
"; ";
47 if($aria_label !=
"") {
renderLabel(Component\Component $component, Template $tpl)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $id)
Get a text from the language file.
setVariable(string $name, $value)
Set a variable in the current block.
renderAction(Component\Component $component, Template $tpl)