ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilGlossaryDefPageGUI.php
Go to the documentation of this file.
1
<?php
2
26
class
ilGlossaryDefPageGUI
extends
ilPageObjectGUI
27
{
28
protected
?
ilObjGlossary
$glossary
=
null
;
29
30
public
function
__construct
(
31
int
$a_id = 0,
32
int
$a_old_nr = 0
33
) {
34
parent::__construct
(
"term"
, $a_id, $a_old_nr);
35
}
36
37
public
function
setGlossary
(
ilObjGlossary
$a_val): void
38
{
39
$this->glossary = $a_val;
40
}
41
42
public
function
getGlossary
():
ilObjGlossary
43
{
44
return
$this->glossary
;
45
}
46
47
//TODO: Is this still needed after abandoning LOM for Definitons?
48
public
function
postOutputProcessing
(
string
$a_output): string
49
{
50
if
($this->
getOutputMode
() ==
"print"
&& !is_null($this->glossary)) {
51
$term_id = $this->
getId
();
52
$mdgui =
new
ilObjectMetaDataGUI
($this->glossary,
"term"
, $term_id);
53
$md = $mdgui->getKeyValueList();
54
if
($md !=
""
) {
55
$a_output = str_replace(
"<!--COPage-PageTop-->"
,
"<p>"
. $md .
"</p>"
, $a_output);
56
}
57
}
58
59
return
$a_output;
60
}
61
62
public
function
finishEditing
(): void
63
{
64
$this->
ctrl
->redirectByClass(
"ilObjGlossaryGUI"
,
"listTerms"
);
65
}
66
}
ilObjectMetaDataGUI
Class ilObjectMetaDataGUI.
Definition:
class.ilObjectMetaDataGUI.php:29
ilObjGlossary
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjGlossary.php:22
ilPageObjectGUI
Class ilPageObjectGUI.
Definition:
class.ilPageObjectGUI.php:33
ilGlossaryDefPageGUI\finishEditing
finishEditing()
Definition:
class.ilGlossaryDefPageGUI.php:62
ilPageObjectGUI\getId
getId()
Definition:
class.ilPageObjectGUI.php:319
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:63
ilGlossaryDefPageGUI\setGlossary
setGlossary(ilObjGlossary $a_val)
Definition:
class.ilGlossaryDefPageGUI.php:37
ilPageObjectGUI\getOutputMode
getOutputMode()
Definition:
class.ilPageObjectGUI.php:392
ilGlossaryDefPageGUI\getGlossary
getGlossary()
Definition:
class.ilGlossaryDefPageGUI.php:42
ilGlossaryDefPageGUI\postOutputProcessing
postOutputProcessing(string $a_output)
Definition:
class.ilGlossaryDefPageGUI.php:48
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilGlossaryDefPageGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGlossaryDefPageGUI.php:26
ilGlossaryDefPageGUI\$glossary
ilObjGlossary $glossary
Definition:
class.ilGlossaryDefPageGUI.php:28
ilGlossaryDefPageGUI\__construct
__construct(int $a_id=0, int $a_old_nr=0)
Definition:
class.ilGlossaryDefPageGUI.php:30
components
ILIAS
Glossary
Definition
class.ilGlossaryDefPageGUI.php
Generated on Wed Apr 2 2025 23:02:57 for ILIAS by
1.8.13 (using
Doxyfile
)