19 declare(strict_types=1);
35 $this->
http = $DIC->http();
43 if ($definition->hasGUI($gui)) {
44 $guiHandler = $definition->buildGUI($gui, $this);
45 $guiHandler->execute($method);
67 $this->
http->wrapper()->query()->has(
'admin_mode') &&
68 $this->
http->wrapper()->query()->retrieve(
70 $this->
refinery->kindlyTo()->string()
73 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'settings');
74 $this->tabs_gui->setBackTarget(
75 $this->
lng->txt(
'administration'),
76 $this->
ctrl->getLinkTargetByClass(ilAdministrationGUI::class,
'frameset')
78 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'repository');
81 if ($this->tree->getSavedNodeData($this->object->getRefId())) {
82 $this->tabs_gui->addTarget(
'trash', $this->
ctrl->getLinkTarget($this,
'trash'),
'trash', static::class);
prepareOutput(bool $show_sub_objects=true)
switchToVisibleMode()
Calls $this->prepareOutput() method.
static http()
Fetches the global http state from ILIAS.
Class ilChatroomServerConnector.
Class ilObjectGUI Basic methods of all Output classes.
dispatchCall(string $gui, string $method)
__construct(Container $dic, ilPlugin $plugin)