Class ilObjectActivationGUI.
More...
◆ __construct()
ilObjectActivationGUI::__construct |
( |
int |
$ref_id, |
|
|
int |
$item_id |
|
) |
| |
◆ executeCommand()
ilObjectActivationGUI::executeCommand |
( |
| ) |
|
◆ setTabs()
ilObjectActivationGUI::setTabs |
( |
| ) |
|
|
protected |
Definition at line 75 of file class.ilObjectActivationGUI.php.
References $ref_id, ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by executeCommand().
77 $this->tabs_gui->clearTargets();
79 $this->
help->setScreenIdComponent(
"obj");
81 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->parent_ref_id);
82 $back_link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui",
"");
83 $ref_id = $this->request_wrapper->retrieve(
"ref_id", $this->
refinery->kindlyTo()->string());
84 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$ref_id);
85 $this->tabs_gui->setBackTarget($this->
lng->txt(
'btn_back'), $back_link);
87 $this->
ctrl->setParameterByClass(
'ilconditionhandlergui',
'item_id', $this->item_id);
88 $this->tabs_gui->addTarget(
90 $this->
ctrl->getLinkTargetByClass(
'ilConditionHandlerGUI',
'listConditions'),
92 "ilConditionHandlerGUI"
◆ $activation
◆ $ctrl
ilCtrl ilObjectActivationGUI::$ctrl |
|
protected |
◆ $help
◆ $item_id
int ilObjectActivationGUI::$item_id |
|
protected |
◆ $lng
◆ $parent_ref_id
int ilObjectActivationGUI::$parent_ref_id |
|
protected |
◆ $refinery
ILIAS Refinery Factory ilObjectActivationGUI::$refinery |
|
protected |
◆ $request_wrapper
ILIAS HTTP Wrapper RequestWrapper ilObjectActivationGUI::$request_wrapper |
|
protected |
◆ $tabs_gui
◆ $timing_mode
int ilObjectActivationGUI::$timing_mode = null |
|
protected |
◆ $tpl
The documentation for this class was generated from the following file: