| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilSCORMManifest:
 Collaboration diagram for ilSCORMManifest:Public Member Functions | |
| __construct (int $a_id=0) | |
| getImportId () | |
| setImportId (string $a_import_id) | |
| getVersion () | |
| setVersion (?string $a_version) | |
| getXmlBase () | |
| setXmlBase (?string $a_xml_base) | |
| read () | |
| create () | |
| update () | |
| delete () | |
  Public Member Functions inherited from ilSCORMObject | |
| __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 | $version = null | 
| string | $xml_base = null | 
  Data Fields inherited from ilSCORMObject | |
| int | $id | 
| string | $title = "" | 
| string | $type = null | 
| int | $slm_id | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ilSCORMObject | |
| 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) | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning SCORM Manifest
\
Definition at line 28 of file class.ilSCORMManifest.php.
| ilSCORMManifest::__construct | ( | int | $a_id = 0 | ) | 
| int | $a_id | Object ID | 
Definition at line 37 of file class.ilSCORMManifest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSCORMObject\setType().
 Here is the call graph for this function:| ilSCORMManifest::create | ( | ) | 
Definition at line 93 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
 Here is the call graph for this function:| ilSCORMManifest::delete | ( | ) | 
Definition at line 128 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
 Here is the call graph for this function:| ilSCORMManifest::getImportId | ( | ) | 
Definition at line 43 of file class.ilSCORMManifest.php.
References $import_id.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilSCORMManifest::getVersion | ( | ) | 
Definition at line 54 of file class.ilSCORMManifest.php.
References $version.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilSCORMManifest::getXmlBase | ( | ) | 
Definition at line 64 of file class.ilSCORMManifest.php.
References $xml_base.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilSCORMManifest::read | ( | ) | 
Definition at line 74 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), setImportId(), setVersion(), and setXmlBase().
 Here is the call graph for this function:| ilSCORMManifest::setImportId | ( | string | $a_import_id | ) | 
Definition at line 48 of file class.ilSCORMManifest.php.
References ilSCORMObject\setTitle().
Referenced by read().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSCORMManifest::setVersion | ( | ?string | $a_version | ) | 
Definition at line 59 of file class.ilSCORMManifest.php.
Referenced by read().
 Here is the caller graph for this function:| ilSCORMManifest::setXmlBase | ( | ?string | $a_xml_base | ) | 
Definition at line 69 of file class.ilSCORMManifest.php.
Referenced by read().
 Here is the caller graph for this function:| ilSCORMManifest::update | ( | ) | 
Definition at line 109 of file class.ilSCORMManifest.php.
References $DIC, $ilDB, ilSCORMObject\getId(), getImportId(), getVersion(), and getXmlBase().
 Here is the call graph for this function:| string ilSCORMManifest::$import_id | 
Definition at line 30 of file class.ilSCORMManifest.php.
Referenced by getImportId().
| string ilSCORMManifest::$version = null | 
Definition at line 31 of file class.ilSCORMManifest.php.
Referenced by getVersion().
| string ilSCORMManifest::$xml_base = null | 
Definition at line 32 of file class.ilSCORMManifest.php.
Referenced by getXmlBase().