ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
SCORM Resources Element. 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) |
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().