ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
SCORM Organization. More...
Public Member Functions | |
__construct ($a_id=0) | |
Constructor. More... | |
getImportId () | |
setImportId ($a_import_id) | |
getStructure () | |
setStructure ($a_structure) | |
read () | |
create () | |
update () | |
delete () | |
Public Member Functions inherited from ilSCORMObject | |
__construct ($a_id=0) | |
Constructor. More... | |
getId () | |
setId ($a_id) | |
getType () | |
setType ($a_type) | |
getTitle () | |
setTitle ($a_title) | |
getSLMId () | |
setSLMId ($a_slm_id) | |
read () | |
create () | |
Create database record for SCORM object. More... | |
update () | |
Updates database record for SCORM object. More... | |
delete () | |
Data Fields | |
$import_id | |
$structure | |
Data Fields inherited from ilSCORMObject | |
$id | |
$title | |
$type | |
$slm_id | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSCORMObject | |
static | _lookupPresentableItems ($a_slm_id) |
Count number of presentable SCOs/Assets of SCORM learning module. More... | |
static & | _getInstance ($a_id, $a_slm_id) |
get instance of specialized GUI class More... | |
ilSCORMOrganization::__construct | ( | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID public |
Definition at line 46 of file class.ilSCORMOrganization.php.
References ilSCORMObject\setType().
ilSCORMOrganization::create | ( | ) |
Definition at line 90 of file class.ilSCORMOrganization.php.
References $ilDB, $query, array, ilSCORMObject\getId(), getImportId(), and getStructure().
ilSCORMOrganization::delete | ( | ) |
Definition at line 118 of file class.ilSCORMOrganization.php.
References $ilDB, $query, array, 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::read | ( | ) |
Definition at line 72 of file class.ilSCORMOrganization.php.
References $ilDB, $query, array, 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 | ( | ) |
Definition at line 104 of file class.ilSCORMOrganization.php.
References $ilDB, $query, array, ilSCORMObject\getId(), getImportId(), getStructure(), and League\Flysystem\Adapter\Polyfill\update().
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().