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
▼
ILIAS
Test List
Todo List
Deprecated List
►
Modules
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
►
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilSAHSEditService.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
10
class
ilSAHSEditService
11
{
12
16
protected
$request
;
17
21
protected
$lm
;
22
26
public
function
__construct
(
27
array $query_params
28
) {
29
$this->request =
new
ilSAHSEditRequest
($query_params);
30
$this->ref_id = $this->request->getRequestedRefId();
31
$this->lm =
new
ilObjSCORM2004LearningModule
($this->ref_id);
32
}
33
39
public
function
getRequest
() :
ilSAHSEditRequest
40
{
41
return
$this->request
;
42
}
43
49
public
function
getLearningModule
() :
ilObjSCORM2004LearningModule
50
{
51
return
$this->lm
;
52
}
53
}
ilSAHSEditService\getRequest
getRequest()
Get request.
Definition:
class.ilSAHSEditService.php:39
ilSAHSEditService\getLearningModule
getLearningModule()
Get request.
Definition:
class.ilSAHSEditService.php:49
ilSAHSEditRequest
SCORM edit request.
Definition:
class.ilSAHSEditRequest.php:10
ilSAHSEditService\$request
$request
Definition:
class.ilSAHSEditService.php:16
ilSAHSEditService\__construct
__construct(array $query_params)
Constructor.
Definition:
class.ilSAHSEditService.php:26
ilSAHSEditService\$lm
$lm
Definition:
class.ilSAHSEditService.php:21
ilObjSCORM2004LearningModule
Class ilObjSCORM2004LearningModule.
Definition:
class.ilObjSCORM2004LearningModule.php:15
ilSAHSEditService
Main service init and factory.
Definition:
class.ilSAHSEditService.php:10
Modules
ScormAicc
Editing
classes
class.ilSAHSEditService.php
Generated on Tue Apr 8 2025 21:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)