ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
+
Files
File List
+
Globals
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
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
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilObjLearningModuleGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
4
19
class
ilObjLearningModuleGUI
extends
ilObjContentObjectGUI
20
{
21
public
$object
;
26
public
function
__construct
($a_data, $a_id = 0, $a_call_by_reference =
true
, $a_prepare_output =
true
)
27
{
28
$this->type =
"lm"
;
29
30
parent::__construct
($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
31
32
# BETTER DO IT HERE THAN IN PARENT CLASS ( PROBLEMS FOR import, create)
33
$this->
assignObject
();
34
35
// SAME REASON
36
if
($a_id != 0) {
37
$this->lm_tree = $this->
object
->getLMTree();
38
}
39
}
40
41
public
function
assignObject
()
42
{
43
$this->link_params =
"ref_id="
.
$this->ref_id
;
44
$this->
object
=
new
ilObjLearningModule
($this->
id
,
true
);
45
}
46
47
/*
48
function setLearningModuleObject(&$a_lm_obj)
49
{
50
$this->lm_obj =& $a_lm_obj;
51
//$this->obj =& $this->lm_obj;
52
}*/
53
54
// MOVED ALL *style METHODS TO base class
55
56
public
function
view
()
57
{
58
if
(strtolower(
$_GET
[
"baseClass"
]) ==
"iladministrationgui"
) {
59
$this->
prepareOutput
();
60
parent::viewObject();
61
}
else
{
62
$this->
properties
();
63
}
64
}
65
}
ilObjLearningModuleGUI\__construct
__construct($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
Constructor public.
Definition:
class.ilObjLearningModuleGUI.php:26
ilObjLearningModule
Class ilObjLearningModule.
Definition:
class.ilObjLearningModule.php:13
$_GET
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
ilObjectGUI\$ref_id
$ref_id
Definition:
class.ilObjectGUI.php:118
ilObjLearningModuleGUI
Class ilLearningModuleGUI.
Definition:
class.ilObjLearningModuleGUI.php:19
ilObjectGUI\prepareOutput
prepareOutput($a_show_subobjects=true)
prepare output
Definition:
class.ilObjectGUI.php:334
ilObjContentObjectGUI\properties
properties()
edit properties form
Definition:
class.ilObjContentObjectGUI.php:429
ilObjLearningModuleGUI\$object
$object
Definition:
class.ilObjLearningModuleGUI.php:21
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ilObjContentObjectGUI
Class ilObjContentObjectGUI.
Definition:
class.ilObjContentObjectGUI.php:15
ilObjLearningModuleGUI\assignObject
assignObject()
Definition:
class.ilObjLearningModuleGUI.php:41
ilObjLearningModuleGUI\view
view()
Definition:
class.ilObjLearningModuleGUI.php:56
Modules
LearningModule
classes
class.ilObjLearningModuleGUI.php
Generated on Wed Apr 2 2025 21:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)