19 declare(strict_types=1);
36 public function view(): void
38 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"components/ILIAS/ScormAicc");
40 $this->
lng->txt(
"cont_import_id"),
41 $this->sc_object->getImportId()
44 $this->
lng->txt(
"cont_version"),
45 $this->sc_object->getVersion()
48 $this->
lng->txt(
"cont_xml_base"),
49 $this->sc_object->getXmlBase()
51 $this->tpl->setCurrentBlock(
"par_table");
52 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->
lng->txt(
"cont_manifest"));
53 $this->tpl->parseCurrentBlock();
Parent object for SCORM GUI objects.
GUI class for SCORM Manifest element.
displayParameter(string $a_name, string $a_value)
__construct(Container $dic, ilPlugin $plugin)