ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilBadgeHandlerGUI.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13
class
ilBadgeHandlerGUI
14
{
15
public
function
executeCommand
()
16
{
17
global
$ilCtrl
;
18
19
if
($ilCtrl->isAsynch())
20
{
21
$cmd
= $ilCtrl->getCmd();
22
echo
$this->
$cmd
();
23
exit
();
24
}
25
}
26
27
protected
function
render
()
28
{
29
include_once
"Services/Badge/classes/class.ilBadgeRenderer.php"
;
30
$rnd =
ilBadgeRenderer::initFromId
(trim(
$_GET
[
"id"
]));
31
if
($rnd)
32
{
33
return
$rnd->renderModal();
34
}
35
}
36
}
$_GET
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
$cmd
$cmd
Definition:
sahs_server.php:35
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
ilBadgeHandlerGUI
Definition:
class.ilBadgeHandlerGUI.php:13
echo
ilBadgeRenderer\initFromId
static initFromId($a_id)
Definition:
class.ilBadgeRenderer.php:34
ilBadgeHandlerGUI\render
render()
Definition:
class.ilBadgeHandlerGUI.php:27
php
exit
exit
Definition:
old-extract-schema.php:8
ilBadgeHandlerGUI\executeCommand
executeCommand()
Definition:
class.ilBadgeHandlerGUI.php:15
Services
Badge
classes
class.ilBadgeHandlerGUI.php
Generated on Fri Mar 7 2025 19:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)