|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
SCORM Organization. More...
Inheritance diagram for ilSCORMOrganization:
Collaboration diagram for ilSCORMOrganization:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. More... | |
| getImportId () | |
| setImportId ($a_import_id) | |
| getStructure () | |
| setStructure ($a_structure) | |
| read () | |
| create () | |
| Create database record for SCORM object. More... | |
| update () | |
| Updates database record for SCORM object. More... | |
| 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 @access public |
Reimplemented from ilSCORMObject.
Definition at line 46 of file class.ilSCORMOrganization.php.
References ilSCORMObject\setType().
Here is the call graph for this function:| ilSCORMOrganization::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 91 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, ilSCORMObject\getId(), getImportId(), and getStructure().
Here is the call graph for this function:| ilSCORMOrganization::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 121 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, and ilSCORMObject\getId().
Here is the call graph for this function:| ilSCORMOrganization::getImportId | ( | ) |
Definition at line 52 of file class.ilSCORMOrganization.php.
References $import_id.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMOrganization::getStructure | ( | ) |
Definition at line 62 of file class.ilSCORMOrganization.php.
References $structure.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMOrganization::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 72 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, ilSCORMObject\getId(), setImportId(), and setStructure().
Here is the call graph for this function:| ilSCORMOrganization::setImportId | ( | $a_import_id | ) |
Definition at line 57 of file class.ilSCORMOrganization.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMOrganization::setStructure | ( | $a_structure | ) |
Definition at line 67 of file class.ilSCORMOrganization.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMOrganization::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 106 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, ilSCORMObject\getId(), getImportId(), getStructure(), and League\Flysystem\Adapter\Polyfill\update().
Here is the call graph for this function:| 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().