|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSCORMOrganization:
Collaboration diagram for ilSCORMOrganization:Public Member Functions | |
| __construct (int $a_id=0) | |
| Constructor. More... | |
| getImportId () | |
| setImportId (string $a_import_id) | |
| getStructure () | |
| setStructure (?string $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 (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 | $structure = 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 Organization
Definition at line 28 of file class.ilSCORMOrganization.php.
| ilSCORMOrganization::__construct | ( | int | $a_id = 0 | ) |
Constructor.
| int | $a_id | Object ID |
Reimplemented from ilSCORMObject.
Definition at line 37 of file class.ilSCORMOrganization.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSCORMObject\setType().
Here is the call graph for this function:| ilSCORMOrganization::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 82 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 112 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 43 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 53 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 63 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, ilSCORMObject\getId(), setImportId(), and setStructure().
Here is the call graph for this function:| ilSCORMOrganization::setImportId | ( | string | $a_import_id | ) |
Definition at line 48 of file class.ilSCORMOrganization.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMOrganization::setStructure | ( | ?string | $a_structure | ) |
Definition at line 58 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 97 of file class.ilSCORMOrganization.php.
References $DIC, $ilDB, $query, ilSCORMObject\getId(), getImportId(), and getStructure().
Here is the call graph for this function:| string ilSCORMOrganization::$import_id |
Definition at line 30 of file class.ilSCORMOrganization.php.
Referenced by getImportId().
| string ilSCORMOrganization::$structure = null |
Definition at line 31 of file class.ilSCORMOrganization.php.
Referenced by getStructure().