| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
SCORM Organization. More...
 Inheritance diagram for ilSCORMOrganization:
 Inheritance diagram for ilSCORMOrganization: Collaboration diagram for ilSCORMOrganization:
 Collaboration diagram for ilSCORMOrganization:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMOrganization::delete | ( | ) | 
Reimplemented from ilSCORMObject.
Definition at line 118 of file class.ilSCORMOrganization.php.
References $ilDB, $query, and ilSCORMObject\getId().
 Here is the call graph for this function:
 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:
 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:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMOrganization::read | ( | ) | 
Reimplemented from ilSCORMObject.
Definition at line 72 of file class.ilSCORMOrganization.php.
References $ilDB, $query, ilSCORMObject\getId(), setImportId(), and setStructure().
 Here is the call graph for this function:
 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:
 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:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 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().