ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Sun Aug 31 2025 20:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)