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.ilObjLearningModuleGUI.php
Go to the documentation of this file.
1
<?php
2
26
class
ilObjLearningModuleGUI
extends
ilObjContentObjectGUI
27
{
31
public
function
__construct
(
32
$a_data,
33
int
$a_id = 0,
34
bool
$a_call_by_reference =
true
,
35
bool
$a_prepare_output =
true
36
) {
37
$this->type =
"lm"
;
38
39
parent::__construct
($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
40
41
# BETTER DO IT HERE THAN IN PARENT CLASS ( PROBLEMS FOR import, create)
42
$this->
assignObject
();
43
44
// SAME REASON
45
if
($a_id != 0) {
46
$this->lm_tree = $this->
object
->getLMTree();
47
}
48
}
49
50
protected
function
assignObject
():
void
51
{
52
$this->link_params =
"ref_id="
.
$this->ref_id
;
53
$this->
object
=
new
ilObjLearningModule
($this->
id
,
true
);
55
$lm
=
$this->object
;
56
$this->lm =
$lm
;
57
}
58
59
public
function
view
(): void
60
{
61
if
(strtolower($this->edit_request->getBaseClass()) ==
"iladministrationgui"
) {
62
$this->
prepareOutput
();
63
parent::viewObject();
64
}
else
{
65
$this->
properties
();
66
}
67
}
68
}
ilObjectGUI\$object
ilObject $object
Definition:
class.ilObjectGUI.php:90
ilObjLearningModule
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjLearningModule.php:22
ilObjectGUI\prepareOutput
prepareOutput(bool $show_sub_objects=true)
Definition:
class.ilObjectGUI.php:301
ilObjectGUI\assignObject
assignObject()
Definition:
class.ilObjectGUI.php:289
ilObjLearningModuleGUI\__construct
__construct( $a_data, int $a_id=0, bool $a_call_by_reference=true, bool $a_prepare_output=true)
Definition:
class.ilObjLearningModuleGUI.php:31
ilObjLearningModuleGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjLearningModuleGUI.php:26
ilObjContentObjectGUI\properties
properties()
edit properties form
Definition:
class.ilObjContentObjectGUI.php:592
ilObjContentObjectGUI\$lm
ilObjLearningModule $lm
Definition:
class.ilObjContentObjectGUI.php:71
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilObjContentObjectGUI
Class ilObjContentObjectGUI.
Definition:
class.ilObjContentObjectGUI.php:34
ilObjectGUI\$ref_id
int $ref_id
Definition:
class.ilObjectGUI.php:96
ilObjLearningModuleGUI\view
view()
Definition:
class.ilObjLearningModuleGUI.php:59
components
ILIAS
LearningModule
classes
class.ilObjLearningModuleGUI.php
Generated on Wed Apr 2 2025 23:03:04 for ILIAS by
1.8.13 (using
Doxyfile
)