41 $this->plugin_object = $a_val;
58 $ilCtrl = $DIC->ctrl();
59 $ilTabs = $DIC->tabs();
60 $lng = $DIC->language();
63 $string_trafo = $DIC[
"refinery"]->kindlyTo()->string();
65 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"ctype",
$request_wrapper->retrieve(
"ctype", $string_trafo));
66 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"cname",
$request_wrapper->retrieve(
"cname", $string_trafo));
67 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"slot_id",
$request_wrapper->retrieve(
"slot_id", $string_trafo));
68 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"plugin_id",
$request_wrapper->retrieve(
"plugin_id", $string_trafo));
69 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"pname",
$request_wrapper->retrieve(
"pname", $string_trafo));
72 $tpl->setDescription(
"");
74 $ilTabs->clearTargets();
77 $ilTabs->setBackTarget(
78 $lng->txt(
"cmps_plugin"),
79 $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui",
"showPlugin")
82 $ilTabs->setBackTarget(
83 $lng->txt(
"cmps_plugins"),
84 $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.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
setPluginObject(ilPlugin $a_val)