|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
SCORM Organizations. More...
Inheritance diagram for ilSCORMOrganizations:
Collaboration diagram for ilSCORMOrganizations:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. More... | |
| getDefaultOrganization () | |
| setDefaultOrganization ($a_def_org) | |
| 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 ($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 @access public |
Reimplemented from ilSCORMObject.
Definition at line 45 of file class.ilSCORMOrganizations.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), ilSCORMObject\setTitle(), and ilSCORMObject\setType().
Here is the call graph for this function:| ilSCORMOrganizations::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 83 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
Here is the call graph for this function:| ilSCORMOrganizations::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 115 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
Here is the call graph for this function:| ilSCORMOrganizations::getDefaultOrganization | ( | ) |
Definition at line 57 of file class.ilSCORMOrganizations.php.
References $default_organization.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMOrganizations::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 67 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and setDefaultOrganization().
Here is the call graph for this function:| ilSCORMOrganizations::setDefaultOrganization | ( | $a_def_org | ) |
Definition at line 62 of file class.ilSCORMOrganizations.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMOrganizations::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 98 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
Here is the call graph for this function:| ilSCORMOrganizations::$default_organization |
Definition at line 36 of file class.ilSCORMOrganizations.php.
Referenced by getDefaultOrganization().