| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilSCORMOrganizations:
 Collaboration diagram for ilSCORMOrganizations:Public Member Functions | |
| __construct (int $a_id=0) | |
| Constructor.  More... | |
| getDefaultOrganization () | |
| setDefaultOrganization (string $a_def_org) | |
| read () | |
| create () | |
| update () | |
| delete () | |
  Public Member Functions inherited from ilSCORMObject | |
| __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 | 
  Data Fields inherited from ilSCORMObject | |
| int | $id | 
| string | $title = "" | 
| string | $type = null | 
| int | $slm_id | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ilSCORMObject | |
| 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().
 Here is the call graph for this function:| ilSCORMOrganizations::create | ( | ) | 
Definition at line 74 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
 Here is the call graph for this function:| ilSCORMOrganizations::delete | ( | ) | 
Definition at line 106 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
 Here is the call graph for this function:| ilSCORMOrganizations::getDefaultOrganization | ( | ) | 
Definition at line 48 of file class.ilSCORMOrganizations.php.
References $default_organization.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilSCORMOrganizations::read | ( | ) | 
Definition at line 58 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and setDefaultOrganization().
 Here is the call graph for this function:| ilSCORMOrganizations::setDefaultOrganization | ( | string | $a_def_org | ) | 
Definition at line 53 of file class.ilSCORMOrganizations.php.
Referenced by read().
 Here is the caller graph for this function:| ilSCORMOrganizations::update | ( | ) | 
Definition at line 89 of file class.ilSCORMOrganizations.php.
References $DIC, $ilDB, getDefaultOrganization(), and ilSCORMObject\getId().
 Here is the call graph for this function:| string ilSCORMOrganizations::$default_organization | 
Definition at line 30 of file class.ilSCORMOrganizations.php.
Referenced by getDefaultOrganization().