| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
SCORM Manifest. More...
 Inheritance diagram for ilSCORMManifest:
 Inheritance diagram for ilSCORMManifest: Collaboration diagram for ilSCORMManifest:
 Collaboration diagram for ilSCORMManifest:| Public Member Functions | |
| ilSCORMManifest ($a_id=0) | |
| Constructor. | |
| getImportId () | |
| setImportId ($a_import_id) | |
| getVersion () | |
| setVersion ($a_version) | |
| getXmlBase () | |
| setXmlBase ($a_xml_base) | |
| 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 | |
| $version | |
| $xml_base | |
|  Data Fields inherited from ilSCORMObject | |
| $id | |
| $title | |
| $type | |
| $slm_id | |
SCORM Manifest.
Definition at line 34 of file class.ilSCORMManifest.php.
| ilSCORMManifest::create | ( | ) | 
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 99 of file class.ilSCORMManifest.php.
References ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMManifest::delete | ( | ) | 
Reimplemented from ilSCORMObject.
Definition at line 130 of file class.ilSCORMManifest.php.
References ilSCORMObject\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMManifest::getImportId | ( | ) | 
Definition at line 53 of file class.ilSCORMManifest.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:| ilSCORMManifest::getVersion | ( | ) | 
Definition at line 64 of file class.ilSCORMManifest.php.
References $version.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::getXmlBase | ( | ) | 
Definition at line 74 of file class.ilSCORMManifest.php.
References $xml_base.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::ilSCORMManifest | ( | $a_id = 0 | ) | 
Constructor.
| int | $a_id | Object ID public | 
Definition at line 47 of file class.ilSCORMManifest.php.
References ilSCORMObject\ilSCORMObject(), and ilSCORMObject\setType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMManifest::read | ( | ) | 
Reimplemented from ilSCORMObject.
Definition at line 84 of file class.ilSCORMManifest.php.
References ilSCORMObject\getId(), setImportId(), setVersion(), and setXmlBase().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMManifest::setImportId | ( | $a_import_id | ) | 
Definition at line 58 of file class.ilSCORMManifest.php.
References ilSCORMObject\setTitle().
Referenced by read().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::setVersion | ( | $a_version | ) | 
Definition at line 69 of file class.ilSCORMManifest.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::setXmlBase | ( | $a_xml_base | ) | 
Definition at line 79 of file class.ilSCORMManifest.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::update | ( | ) | 
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 113 of file class.ilSCORMManifest.php.
References ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORMManifest::$import_id | 
Definition at line 36 of file class.ilSCORMManifest.php.
Referenced by getImportId().
| ilSCORMManifest::$version | 
Definition at line 37 of file class.ilSCORMManifest.php.
Referenced by getVersion().
| ilSCORMManifest::$xml_base | 
Definition at line 38 of file class.ilSCORMManifest.php.
Referenced by getXmlBase().