19 declare(strict_types=1);
31 if ($definition->hasGUI($gui)) {
32 $guiHandler = $definition->buildGUI($gui, $this);
33 $guiHandler->execute($method);
55 $this->
http->wrapper()->query()->has(
'admin_mode') &&
56 $this->
http->wrapper()->query()->retrieve(
58 $this->
refinery->kindlyTo()->string()
61 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'settings');
62 $this->tabs_gui->setBackTarget(
63 $this->
lng->txt(
'administration'),
64 $this->
ctrl->getLinkTargetByClass(ilAdministrationGUI::class,
'frameset')
66 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'repository');
69 if ($this->tree->getSavedNodeData($this->object->getRefId())) {
70 $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)