|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
SCORM Resource. More...
Inheritance diagram for ilSCORMResource:
Collaboration diagram for ilSCORMResource:Public Member Functions | |
| ilSCORMResource ($a_id=0) | |
| Constructor. More... | |
| getImportId () | |
| setImportId ($a_import_id) | |
| getResourceType () | |
| setResourceType ($a_type) | |
| getScormType () | |
| setScormType ($a_scormtype) | |
| getHRef () | |
| setHRef ($a_href) | |
| getXmlBase () | |
| setXmlBase ($a_xml_base) | |
| addFile (&$a_file_obj) | |
| & | getFiles () |
| addDependency (&$a_dependency) | |
| & | getDependencies () |
| read () | |
| readByIdRef ($a_id_ref, $a_slm_id) | |
| _lookupIdByIdRef ($a_id_ref, $a_slm_id) | |
| _lookupScormType ($a_obj_id) | |
| create () | |
| Create database record for SCORM object. More... | |
| update () | |
| Updates database record for SCORM object. More... | |
| delete () | |
Public Member Functions inherited from ilSCORMObject | |
| ilSCORMObject ($a_id=0) | |
| Constructor. More... | |
| getId () | |
| setId ($a_id) | |
| getType () | |
| setType ($a_type) | |
| getTitle () | |
| setTitle ($a_title) | |
| getSLMId () | |
| setSLMId ($a_slm_id) | |
| read () | |
| _lookupPresentableItems ($a_slm_id) | |
| Count number of presentable SCOs/Assets of SCORM learning module. More... | |
| create () | |
| Create database record for SCORM object. More... | |
| update () | |
| Updates database record for SCORM object. More... | |
| delete () | |
| & | _getInstance ($a_id, $a_slm_id) |
| get instance of specialized GUI class More... | |
Data Fields | |
| $import_id | |
| $resourcetype | |
| $scormtype | |
| $href | |
| $xml_base | |
| $files | |
| $dependencies | |
Data Fields inherited from ilSCORMObject | |
| $id | |
| $title | |
| $type | |
| $slm_id | |
| ilSCORMResource::_lookupIdByIdRef | ( | $a_id_ref, | |
| $a_slm_id | |||
| ) |
Definition at line 202 of file class.ilSCORMResource.php.
References $ilBench, and $ilDB.
Referenced by ilSCORMPresentationGUI\api(), and ilSCORMExplorer\insertObject().
Here is the caller graph for this function:| ilSCORMResource::_lookupScormType | ( | $a_obj_id | ) |
Definition at line 222 of file class.ilSCORMResource.php.
References $ilDB.
Referenced by ilSCORMPresentationGUI\api(), and ilSCORMExplorer\insertObject().
Here is the caller graph for this function:| ilSCORMResource::addDependency | ( | & | $a_dependency | ) |
Definition at line 123 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::addFile | ( | & | $a_file_obj | ) |
Definition at line 113 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 238 of file class.ilSCORMResource.php.
References $ilDB, ilSCORMObject\getId(), getImportId(), getResourceType(), getScormType(), and getXmlBase().
Here is the call graph for this function:| ilSCORMResource::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 348 of file class.ilSCORMResource.php.
References $ilDB, and ilSCORMObject\getId().
Here is the call graph for this function:| & ilSCORMResource::getDependencies | ( | ) |
| & ilSCORMResource::getFiles | ( | ) |
| ilSCORMResource::getHRef | ( | ) |
Definition at line 92 of file class.ilSCORMResource.php.
References $href.
Referenced by update().
Here is the caller graph for this function:| ilSCORMResource::getImportId | ( | ) |
Definition at line 62 of file class.ilSCORMResource.php.
References $import_id.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMResource::getResourceType | ( | ) |
Definition at line 72 of file class.ilSCORMResource.php.
References $resourcetype.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMResource::getScormType | ( | ) |
Definition at line 82 of file class.ilSCORMResource.php.
References $scormtype.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMResource::getXmlBase | ( | ) |
Definition at line 103 of file class.ilSCORMResource.php.
References $xml_base.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMResource::ilSCORMResource | ( | $a_id = 0 | ) |
Constructor.
| int | $a_id | Object ID @access public |
Definition at line 53 of file class.ilSCORMResource.php.
References ilSCORMObject\setType().
Here is the call graph for this function:| ilSCORMResource::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 133 of file class.ilSCORMResource.php.
References $ilDB, addDependency(), addFile(), ilSCORMObject\getId(), setHRef(), setImportId(), setResourceType(), setScormType(), and setXmlBase().
Referenced by readByIdRef().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCORMResource::readByIdRef | ( | $a_id_ref, | |
| $a_slm_id | |||
| ) |
Definition at line 178 of file class.ilSCORMResource.php.
References $ilBench, $ilDB, read(), and ilSCORMObject\setId().
Here is the call graph for this function:| ilSCORMResource::setHRef | ( | $a_href | ) |
Definition at line 97 of file class.ilSCORMResource.php.
References ilSCORMObject\setTitle().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCORMResource::setImportId | ( | $a_import_id | ) |
Definition at line 67 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::setResourceType | ( | $a_type | ) |
Definition at line 77 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::setScormType | ( | $a_scormtype | ) |
Definition at line 87 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::setXmlBase | ( | $a_xml_base | ) |
Definition at line 108 of file class.ilSCORMResource.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResource::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 286 of file class.ilSCORMResource.php.
References $ilDB, getHRef(), ilSCORMObject\getId(), getImportId(), getResourceType(), getScormType(), and getXmlBase().
Here is the call graph for this function:| ilSCORMResource::$dependencies |
Definition at line 44 of file class.ilSCORMResource.php.
Referenced by getDependencies().
| ilSCORMResource::$files |
Definition at line 43 of file class.ilSCORMResource.php.
Referenced by getFiles().
| ilSCORMResource::$href |
Definition at line 41 of file class.ilSCORMResource.php.
Referenced by getHRef().
| ilSCORMResource::$import_id |
Definition at line 38 of file class.ilSCORMResource.php.
Referenced by getImportId().
| ilSCORMResource::$resourcetype |
Definition at line 39 of file class.ilSCORMResource.php.
Referenced by getResourceType().
| ilSCORMResource::$scormtype |
Definition at line 40 of file class.ilSCORMResource.php.
Referenced by getScormType().
| ilSCORMResource::$xml_base |
Definition at line 42 of file class.ilSCORMResource.php.
Referenced by getXmlBase().