ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
SCORM Organizations. 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) |
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().