19 declare(strict_types=1);
36 public function view(): void
38 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"components/ILIAS/ScormAicc");
39 $this->tpl->setCurrentBlock(
"par_table");
40 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->
lng->txt(
"cont_organization"));
42 $this->
lng->txt(
"cont_import_id"),
43 $this->sc_object->getImportId()
46 $this->
lng->txt(
"cont_structure"),
47 $this->sc_object->getStructure()
50 $this->
lng->txt(
"cont_sc_title"),
51 $this->sc_object->getTitle()
53 $this->tpl->parseCurrentBlock();
Parent object for SCORM GUI objects.
GUI class for SCORM Organization element.
displayParameter(string $a_name, string $a_value)
__construct(Container $dic, ilPlugin $plugin)