ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
SCORM Organizations. More...
Public Member Functions | |
__construct ($a_id=0) | |
Constructor. More... | |
getDefaultOrganization () | |
setDefaultOrganization ($a_def_org) | |
read () | |
create () | |
update () | |
delete () | |
Public Member Functions inherited from ilSCORMObject | |
__construct ($a_id=0) | |
Constructor. More... | |
getId () | |
setId ($a_id) | |
getType () | |
setType ($a_type) | |
getTitle () | |
setTitle ($a_title) | |
getSLMId () | |
setSLMId ($a_slm_id) | |
read () | |
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 | |
$default_organization | |
Data Fields inherited from ilSCORMObject | |
$id | |
$title | |
$type | |
$slm_id | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSCORMObject | |
static | _lookupPresentableItems ($a_slm_id) |
Count number of presentable SCOs/Assets of SCORM learning module. More... | |
ilSCORMOrganizations::__construct | ( | $a_id = 0 | ) |
Constructor.
int | $a_id | Object ID public |
Definition at line 45 of file class.ilSCORMOrganizations.php.
References $lng, ilSCORMObject\setTitle(), and ilSCORMObject\setType().
ilSCORMOrganizations::create | ( | ) |
Definition at line 81 of file class.ilSCORMOrganizations.php.
References $ilDB, array, getDefaultOrganization(), and ilSCORMObject\getId().
ilSCORMOrganizations::delete | ( | ) |
Definition at line 109 of file class.ilSCORMOrganizations.php.
References $ilDB, array, and ilSCORMObject\getId().
ilSCORMOrganizations::getDefaultOrganization | ( | ) |
Definition at line 56 of file class.ilSCORMOrganizations.php.
References $default_organization.
Referenced by create(), and update().
ilSCORMOrganizations::read | ( | ) |
Definition at line 66 of file class.ilSCORMOrganizations.php.
References $ilDB, array, ilSCORMObject\getId(), and setDefaultOrganization().
ilSCORMOrganizations::setDefaultOrganization | ( | $a_def_org | ) |
Definition at line 61 of file class.ilSCORMOrganizations.php.
Referenced by read().
ilSCORMOrganizations::update | ( | ) |
Definition at line 94 of file class.ilSCORMOrganizations.php.
References $ilDB, array, getDefaultOrganization(), and ilSCORMObject\getId().
ilSCORMOrganizations::$default_organization |
Definition at line 36 of file class.ilSCORMOrganizations.php.
Referenced by getDefaultOrganization().