22 $this->plugin_object = $a_val;
45 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"ctype",
$_GET[
"ctype"]);
46 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"cname",
$_GET[
"cname"]);
47 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"slot_id",
$_GET[
"slot_id"]);
48 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"plugin_id",
$_GET[
"plugin_id"]);
49 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"pname",
$_GET[
"pname"]);
51 $tpl->setTitle($lng->txt(
"cmps_plugin") .
": " .
$_GET[
"pname"]);
52 $tpl->setDescription(
"");
54 $ilTabs->clearTargets();
56 if (
$_GET[
"plugin_id"]) {
57 $ilTabs->setBackTarget(
58 $lng->txt(
"cmps_plugin"),
59 $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui",
"showPlugin")
62 $ilTabs->setBackTarget(
63 $lng->txt(
"cmps_plugins"),
64 $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui",
"listPlugins")
setPluginObject($a_val)
Set plugin object.
Parent class for all plugin config gui classes.
getPluginObject()
Get plugin object.
executeCommand()
Execute command.