ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_id=0) | |
getImportId () | |
setImportId (string $a_import_id) | |
getVersion () | |
setVersion (?string $a_version) | |
getXmlBase () | |
setXmlBase (?string $a_xml_base) | |
read () | |
create () | |
update () | |
delete () | |
![]() | |
__construct (int $a_id=0) | |
Constructor. More... | |
getId () | |
setId (int $a_id) | |
getType () | |
setType (?string $a_type) | |
getTitle () | |
setTitle (string $a_title) | |
getSLMId () | |
setSLMId (int $a_slm_id) | |
read () | |
create () | |
Create database record for SCORM object. More... | |
update () | |
Updates database record for SCORM object. More... | |
delete () | |
Data Fields | |
string | $import_id |
string | $version = null |
string | $xml_base = null |
![]() | |
int | $id |
string | $title = "" |
string | $type = null |
int | $slm_id |
Additional Inherited Members | |
![]() | |
static | _lookupPresentableItems (int $a_slm_id) |
Count number of presentable SCOs/Assets of SCORM learning module. More... | |
static & | _getInstance (int $a_id, int $a_slm_id) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning SCORM Manifest
Definition at line 28 of file class.ilSCORMManifest.php.
ilSCORMManifest::__construct | ( | int | $a_id = 0 | ) |
int | $a_id | Object ID |
Definition at line 37 of file class.ilSCORMManifest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSCORMObject\setType().
ilSCORMManifest::create | ( | ) |
Definition at line 93 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
ilSCORMManifest::delete | ( | ) |
Definition at line 128 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
ilSCORMManifest::getImportId | ( | ) |
Definition at line 43 of file class.ilSCORMManifest.php.
References $import_id.
Referenced by create(), and update().
ilSCORMManifest::getVersion | ( | ) |
Definition at line 54 of file class.ilSCORMManifest.php.
References $version.
Referenced by create(), and update().
ilSCORMManifest::getXmlBase | ( | ) |
Definition at line 64 of file class.ilSCORMManifest.php.
References $xml_base.
Referenced by create(), and update().
ilSCORMManifest::read | ( | ) |
Definition at line 74 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), setImportId(), setVersion(), and setXmlBase().
ilSCORMManifest::setImportId | ( | string | $a_import_id | ) |
Definition at line 48 of file class.ilSCORMManifest.php.
References ilSCORMObject\setTitle().
Referenced by read().
ilSCORMManifest::setVersion | ( | ?string | $a_version | ) |
Definition at line 59 of file class.ilSCORMManifest.php.
Referenced by read().
ilSCORMManifest::setXmlBase | ( | ?string | $a_xml_base | ) |
Definition at line 69 of file class.ilSCORMManifest.php.
Referenced by read().
ilSCORMManifest::update | ( | ) |
Definition at line 109 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
string ilSCORMManifest::$import_id |
Definition at line 30 of file class.ilSCORMManifest.php.
Referenced by getImportId().
string ilSCORMManifest::$version = null |
Definition at line 31 of file class.ilSCORMManifest.php.
Referenced by getVersion().
string ilSCORMManifest::$xml_base = null |
Definition at line 32 of file class.ilSCORMManifest.php.
Referenced by getXmlBase().