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.ilLMEditService.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilLMEditService
12
{
16
protected
$lm
;
17
21
protected
$request
;
22
26
public
function
__construct
(
27
array $query_params
28
) {
29
$this->request =
new
ilLMEditRequest
($query_params);
30
$this->ref_id = $this->request->getRequestedRefId();
31
$this->lm =
new
ilObjLearningModule
($this->ref_id);
32
}
33
37
public
function
getLearningModule
() :
ilObjLearningModule
38
{
39
return
$this->lm
;
40
}
41
47
public
function
getRequest
() :
ilLMEditRequest
48
{
49
return
$this->request
;
50
}
51
}
ilObjLearningModule
Class ilObjLearningModule.
Definition:
class.ilObjLearningModule.php:13
ilLMEditService\getRequest
getRequest()
Get request.
Definition:
class.ilLMEditService.php:47
ilLMEditService\$lm
$lm
Definition:
class.ilLMEditService.php:16
ilLMEditService\getLearningModule
getLearningModule()
Definition:
class.ilLMEditService.php:37
ilLMEditRequest
Edit request.
Definition:
class.ilLMEditRequest.php:10
ilLMEditService\__construct
__construct(array $query_params)
Constructor.
Definition:
class.ilLMEditService.php:26
ilLMEditService
Main service init and factory.
Definition:
class.ilLMEditService.php:11
ilLMEditService\$request
$request
Definition:
class.ilLMEditService.php:21
Modules
LearningModule
Editing
classes
class.ilLMEditService.php
Generated on Sat Apr 5 2025 21:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)