ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
SCORM Organization. More...
Public Member Functions | |
__construct (int $a_id=0) | |
Constructor. More... | |
getImportId () | |
setImportId (string $a_import_id) | |
getStructure () | |
setStructure (?string $a_structure) | |
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 | $import_id |
string | $structure = 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) |
ilSCORMOrganization::__construct | ( | int | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID |
Definition at line 37 of file class.ilSCORMOrganization.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSCORMObject\setType().
ilSCORMOrganization::create | ( | ) |
Definition at line 82 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), and getStructure().
ilSCORMOrganization::delete | ( | ) |
Definition at line 112 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
ilSCORMOrganization::getImportId | ( | ) |
Definition at line 43 of file class.ilSCORMOrganization.php.
References $import_id.
Referenced by create(), and update().
ilSCORMOrganization::getStructure | ( | ) |
Definition at line 53 of file class.ilSCORMOrganization.php.
References $structure.
Referenced by create(), and update().
ilSCORMOrganization::read | ( | ) |
Definition at line 63 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, ilSCORMObject\getId(), setImportId(), and setStructure().
ilSCORMOrganization::setImportId | ( | string | $a_import_id | ) |
Definition at line 48 of file class.ilSCORMOrganization.php.
Referenced by read().
ilSCORMOrganization::setStructure | ( | ?string | $a_structure | ) |
Definition at line 58 of file class.ilSCORMOrganization.php.
Referenced by read().
ilSCORMOrganization::update | ( | ) |
Definition at line 97 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), and getStructure().
string ilSCORMOrganization::$import_id |
Definition at line 30 of file class.ilSCORMOrganization.php.
Referenced by getImportId().
string ilSCORMOrganization::$structure = null |
Definition at line 31 of file class.ilSCORMOrganization.php.
Referenced by getStructure().