ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 () | |
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... | |
static & | _getInstance ($a_id, $a_slm_id) |
get instance of specialized GUI class 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 111 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 95 of file class.ilSCORMOrganizations.php.
References $ilDB, array, getDefaultOrganization(), ilSCORMObject\getId(), and League\Flysystem\Adapter\Polyfill\update().
ilSCORMOrganizations::$default_organization |
Definition at line 36 of file class.ilSCORMOrganizations.php.
Referenced by getDefaultOrganization().