|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSCORMResources:
Collaboration diagram for ilSCORMResources:Public Member Functions | |
| __construct (int $a_id=0) | |
| Constructor. More... | |
| getXmlBase () | |
| setXmlBase (?string $a_xml_base) | |
| 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 (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 | $xml_base = null |
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 Resources Element
Definition at line 28 of file class.ilSCORMResources.php.
| ilSCORMResources::__construct | ( | int | $a_id = 0 | ) |
Constructor.
| int | $a_id | Object ID |
Reimplemented from ilSCORMObject.
Definition at line 36 of file class.ilSCORMResources.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), ilSCORMObject\setTitle(), and ilSCORMObject\setType().
Here is the call graph for this function:| ilSCORMResources::create | ( | ) |
Create database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 73 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and getXmlBase().
Here is the call graph for this function:| ilSCORMResources::delete | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 102 of file class.ilSCORMResources.php.
References $DIC, $ilDB, and ilSCORMObject\getId().
Here is the call graph for this function:| ilSCORMResources::getXmlBase | ( | ) |
Definition at line 47 of file class.ilSCORMResources.php.
References $xml_base.
Referenced by create(), and update().
Here is the caller graph for this function:| ilSCORMResources::read | ( | ) |
Reimplemented from ilSCORMObject.
Definition at line 57 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and setXmlBase().
Here is the call graph for this function:| ilSCORMResources::setXmlBase | ( | ?string | $a_xml_base | ) |
Definition at line 52 of file class.ilSCORMResources.php.
Referenced by read().
Here is the caller graph for this function:| ilSCORMResources::update | ( | ) |
Updates database record for SCORM object.
Reimplemented from ilSCORMObject.
Definition at line 87 of file class.ilSCORMResources.php.
References $DIC, $ilDB, ilSCORMObject\getId(), and getXmlBase().
Here is the call graph for this function:| string ilSCORMResources::$xml_base = null |
Definition at line 30 of file class.ilSCORMResources.php.
Referenced by getXmlBase().