42 $this->plugin_object = $a_val;
59 $ilCtrl = $DIC->ctrl();
60 $ilTabs = $DIC->tabs();
61 $lng = $DIC->language();
64 $string_trafo = $DIC[
"refinery"]->kindlyTo()->string();
66 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"ctype",
$request_wrapper->retrieve(
"ctype", $string_trafo));
67 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"cname",
$request_wrapper->retrieve(
"cname", $string_trafo));
68 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"slot_id",
$request_wrapper->retrieve(
"slot_id", $string_trafo));
69 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"plugin_id",
$request_wrapper->retrieve(
"plugin_id", $string_trafo));
70 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"pname",
$request_wrapper->retrieve(
"pname", $string_trafo));
72 $tpl->setTitle(
$lng->txt(
"cmps_plugin") .
": " .
$request_wrapper->retrieve(
"pname", $string_trafo));
73 $tpl->setDescription(
"");
75 $ilTabs->clearTargets();
78 $ilTabs->setBackTarget(
79 $lng->txt(
"cmps_plugin"),
80 $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui",
"showPlugin")
83 $ilTabs->setBackTarget(
84 $lng->txt(
"cmps_plugins"),
85 $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui",
"listPlugins")
performCommand(string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
executeCommand()
Execute command.
setPluginObject(ilPlugin $a_val)