ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_id=0) | |
Constructor. More... | |
getDefaultOrganization () | |
setDefaultOrganization (string $a_def_org) | |
read () | |
create () | |
update () | |
delete () | |
![]() | |
__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 | $default_organization |
![]() | |
int | $id |
string | $title = "" |
string | $type = null |
int | $slm_id |
Additional Inherited Members | |
![]() | |
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 Organizations
Definition at line 28 of file class.ilSCORMOrganizations.php.
ilSCORMOrganizations::__construct | ( | int | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID |
Definition at line 36 of file class.ilSCORMOrganizations.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), ilSCORMObject\setTitle(), and ilSCORMObject\setType().
ilSCORMOrganizations::create | ( | ) |
Definition at line 74 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
ilSCORMOrganizations::delete | ( | ) |
Definition at line 106 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
ilSCORMOrganizations::getDefaultOrganization | ( | ) |
Definition at line 48 of file class.ilSCORMOrganizations.php.
References $default_organization.
Referenced by create(), and update().
ilSCORMOrganizations::read | ( | ) |
Definition at line 58 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and setDefaultOrganization().
ilSCORMOrganizations::setDefaultOrganization | ( | string | $a_def_org | ) |
Definition at line 53 of file class.ilSCORMOrganizations.php.
Referenced by read().
ilSCORMOrganizations::update | ( | ) |
Definition at line 89 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
string ilSCORMOrganizations::$default_organization |
Definition at line 30 of file class.ilSCORMOrganizations.php.
Referenced by getDefaultOrganization().