ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ButtonContextRenderer.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Implementation\Component\Symbol\Icon
;
22
23
use
ILIAS\UI\Component
;
24
use
ILIAS\UI\Implementation\Render\Template
;
25
26
class
ButtonContextRenderer
extends
Renderer
27
{
28
protected
function
renderLabel
(
Component
\
Component
$component,
Template
$tpl
):
Template
29
{
30
return
$tpl
;
31
}
32
}
ILIAS\UI\Implementation\Component\Symbol\Icon\ButtonContextRenderer
Definition:
ButtonContextRenderer.php:27
ILIAS\UI\Implementation\Component\Symbol\Icon\ButtonContextRenderer\renderLabel
renderLabel(Component\Component $component, Template $tpl)
Definition:
ButtonContextRenderer.php:28
ILIAS\UI\Implementation\Component\Symbol\Icon\Renderer
Definition:
Renderer.php:29
ILIAS\UI\Implementation\Render\Template
Interface to templating as it is used in the UI framework.
Definition:
Template.php:29
$tpl
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Definition:
latex.php:41
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Implementation\Component\Symbol\Icon
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ButtonContextRenderer.php:21
src
UI
Implementation
Component
Symbol
Icon
ButtonContextRenderer.php
Generated on Sun Nov 2 2025 22:02:03 for ILIAS by
1.9.4 (using
Doxyfile
)