ILIAS
Release_4_0_x_branch Revision 61816
|
SCORM Organization. More...
Public Member Functions | |
ilSCORMOrganization ($a_id=0) | |
Constructor. | |
getImportId () | |
setImportId ($a_import_id) | |
getStructure () | |
setStructure ($a_structure) | |
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 | |
$structure | |
Data Fields inherited from ilSCORMObject | |
$id | |
$title | |
$type | |
$slm_id |
SCORM Organization.
Definition at line 34 of file class.ilSCORMOrganization.php.
ilSCORMOrganization::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 90 of file class.ilSCORMOrganization.php.
References $ilDB, $query, ilSCORMObject\getId(), getImportId(), and getStructure().
ilSCORMOrganization::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 118 of file class.ilSCORMOrganization.php.
References $ilDB, $query, and ilSCORMObject\getId().
ilSCORMOrganization::getImportId | ( | ) |
Definition at line 52 of file class.ilSCORMOrganization.php.
References $import_id.
Referenced by create(), and update().
ilSCORMOrganization::getStructure | ( | ) |
Definition at line 62 of file class.ilSCORMOrganization.php.
References $structure.
Referenced by create(), and update().
ilSCORMOrganization::ilSCORMOrganization | ( | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID public |
Definition at line 46 of file class.ilSCORMOrganization.php.
References ilSCORMObject\ilSCORMObject(), and ilSCORMObject\setType().
ilSCORMOrganization::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 72 of file class.ilSCORMOrganization.php.
References $ilDB, $query, ilSCORMObject\getId(), setImportId(), and setStructure().
ilSCORMOrganization::setImportId | ( | $a_import_id | ) |
Definition at line 57 of file class.ilSCORMOrganization.php.
Referenced by read().
ilSCORMOrganization::setStructure | ( | $a_structure | ) |
Definition at line 67 of file class.ilSCORMOrganization.php.
Referenced by read().
ilSCORMOrganization::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 104 of file class.ilSCORMOrganization.php.
References $ilDB, $query, ilSCORMObject\getId(), getImportId(), and getStructure().
ilSCORMOrganization::$import_id |
Definition at line 36 of file class.ilSCORMOrganization.php.
Referenced by getImportId().
ilSCORMOrganization::$structure |
Definition at line 37 of file class.ilSCORMOrganization.php.
Referenced by getStructure().