ILIAS
Release_4_0_x_branch Revision 61816
|
SCORM Manifest. More...
Public Member Functions | |
ilSCORMManifest ($a_id=0) | |
Constructor. | |
getImportId () | |
setImportId ($a_import_id) | |
getVersion () | |
setVersion ($a_version) | |
getXmlBase () | |
setXmlBase ($a_xml_base) | |
read () | |
create () | |
Create database record for SCORM object. | |
update () | |
Updates database record for SCORM object. | |
delete () | |
Public Member Functions inherited from ilSCORMObject | |
ilSCORMObject ($a_id=0) | |
Constructor. | |
getId () | |
setId ($a_id) | |
getType () | |
setType ($a_type) | |
getTitle () | |
setTitle ($a_title) | |
getSLMId () | |
setSLMId ($a_slm_id) | |
_lookupPresentableItems ($a_slm_id) | |
Count number of presentable SCOs/Assets of SCORM learning module. | |
& | _getInstance ($a_id, $a_slm_id) |
get instance of specialized GUI class |
Data Fields | |
$import_id | |
$version | |
$xml_base | |
Data Fields inherited from ilSCORMObject | |
$id | |
$title | |
$type | |
$slm_id |
SCORM Manifest.
Definition at line 34 of file class.ilSCORMManifest.php.
ilSCORMManifest::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 99 of file class.ilSCORMManifest.php.
References $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
ilSCORMManifest::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 130 of file class.ilSCORMManifest.php.
References $ilDB, and ilSCORMObject\getId().
ilSCORMManifest::getImportId | ( | ) |
Definition at line 53 of file class.ilSCORMManifest.php.
References $import_id.
Referenced by create(), and update().
ilSCORMManifest::getVersion | ( | ) |
Definition at line 64 of file class.ilSCORMManifest.php.
References $version.
Referenced by create(), and update().
ilSCORMManifest::getXmlBase | ( | ) |
Definition at line 74 of file class.ilSCORMManifest.php.
References $xml_base.
Referenced by create(), and update().
ilSCORMManifest::ilSCORMManifest | ( | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID public |
Definition at line 47 of file class.ilSCORMManifest.php.
References ilSCORMObject\ilSCORMObject(), and ilSCORMObject\setType().
ilSCORMManifest::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 84 of file class.ilSCORMManifest.php.
References $ilDB, ilSCORMObject\getId(), setImportId(), setVersion(), and setXmlBase().
ilSCORMManifest::setImportId | ( | $a_import_id | ) |
Definition at line 58 of file class.ilSCORMManifest.php.
References ilSCORMObject\setTitle().
Referenced by read().
ilSCORMManifest::setVersion | ( | $a_version | ) |
Definition at line 69 of file class.ilSCORMManifest.php.
Referenced by read().
ilSCORMManifest::setXmlBase | ( | $a_xml_base | ) |
Definition at line 79 of file class.ilSCORMManifest.php.
Referenced by read().
ilSCORMManifest::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 113 of file class.ilSCORMManifest.php.
References $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
ilSCORMManifest::$import_id |
Definition at line 36 of file class.ilSCORMManifest.php.
Referenced by getImportId().
ilSCORMManifest::$version |
Definition at line 37 of file class.ilSCORMManifest.php.
Referenced by getVersion().
ilSCORMManifest::$xml_base |
Definition at line 38 of file class.ilSCORMManifest.php.
Referenced by getXmlBase().