|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSCORMObjectGUI:
Collaboration diagram for ilSCORMObjectGUI:Public Member Functions | |
| __construct (int $a_id=0) | |
| & | getInstance (int $a_id) |
| displayParameter (string $a_name, string $a_value) | |
Data Fields | |
| $sc_object | |
| ilGlobalTemplate | $tpl |
| ilLanguage | $lng |
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 Parent object for SCORM GUI objects
Definition at line 28 of file class.ilSCORMObjectGUI.php.
| ilSCORMObjectGUI::__construct | ( | int | $a_id = 0 | ) |
Reimplemented in ilSCORMItemGUI, ilSCORMmanifestGUI, ilSCORMOrganizationGUI, ilSCORMOrganizationsGUI, ilSCORMResourceGUI, and ilSCORMResourcesGUI.
Definition at line 37 of file class.ilSCORMObjectGUI.php.
References $DIC, $lng, $tpl, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilSCORMObjectGUI::displayParameter | ( | string | $a_name, |
| string | $a_value | ||
| ) |
Definition at line 84 of file class.ilSCORMObjectGUI.php.
Referenced by ilSCORMItemGUI\view(), ilSCORMmanifestGUI\view(), ilSCORMOrganizationGUI\view(), ilSCORMOrganizationsGUI\view(), ilSCORMResourceGUI\view(), and ilSCORMResourcesGUI\view().
Here is the caller graph for this function:| & ilSCORMObjectGUI::getInstance | ( | int | $a_id | ) |
Definition at line 53 of file class.ilSCORMObjectGUI.php.
Referenced by ilSAHSPresentationGUI\view(), and ilSCORMPresentationGUI\view().
Here is the caller graph for this function:| ilLanguage ilSCORMObjectGUI::$lng |
Definition at line 35 of file class.ilSCORMObjectGUI.php.
Referenced by __construct().
| ilSCORMObjectGUI::$sc_object |
Definition at line 33 of file class.ilSCORMObjectGUI.php.
| ilGlobalTemplate ilSCORMObjectGUI::$tpl |
Definition at line 34 of file class.ilSCORMObjectGUI.php.
Referenced by __construct().