3 declare(strict_types=1);
36 public function view(): void
38 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"Modules/ScormAicc");
39 $this->tpl->setCurrentBlock(
"par_table");
40 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->
lng->txt(
"cont_organizations"));
42 $this->
lng->txt(
"cont_def_organization"),
43 $this->sc_object->getDefaultOrganization()
45 $this->tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
displayParameter(string $a_name, string $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)