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) | |
Constructor. More... | |
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 | $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 Resources Element
Definition at line 28 of file class.ilSCORMResources.php.
ilSCORMResources::__construct | ( | int | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID |
Definition at line 36 of file class.ilSCORMResources.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), ilSCORMObject\setTitle(), and ilSCORMObject\setType().
ilSCORMResources::create | ( | ) |
Definition at line 73 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and getXmlBase().
ilSCORMResources::delete | ( | ) |
Definition at line 102 of file class.ilSCORMResources.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
ilSCORMResources::getXmlBase | ( | ) |
Definition at line 47 of file class.ilSCORMResources.php.
References $xml_base.
Referenced by create(), and update().
ilSCORMResources::read | ( | ) |
Definition at line 57 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and setXmlBase().
ilSCORMResources::setXmlBase | ( | ?string | $a_xml_base | ) |
Definition at line 52 of file class.ilSCORMResources.php.
Referenced by read().
ilSCORMResources::update | ( | ) |
Definition at line 87 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and getXmlBase().
string ilSCORMResources::$xml_base = null |
Definition at line 30 of file class.ilSCORMResources.php.
Referenced by getXmlBase().