19 declare(strict_types=1);
35 $this->
http = $DIC->http();
49 if ($definition->hasGUI($gui)) {
50 $definition->loadGUI($gui);
51 $guiHandler = $definition->buildGUI($gui, $this);
52 $guiHandler->execute($method);
74 $this->
http->wrapper()->query()->has(
'admin_mode') &&
75 $this->
http->wrapper()->query()->retrieve(
77 $this->
refinery->kindlyTo()->string()
80 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'settings');
81 $this->tabs_gui->setBackTarget(
82 $this->
lng->txt(
'administration'),
83 $this->
ctrl->getLinkTargetByClass(ilAdministrationGUI::class,
'frameset')
85 $this->
ctrl->setParameterByClass(ilAdministrationGUI::class,
'admin_mode',
'repository');
88 if ($this->tree->getSavedNodeData($this->object->getRefId())) {
89 $this->tabs_gui->addTarget(
'trash', $this->
ctrl->getLinkTarget($this,
'trash'),
'trash', get_class($this));
Interface GlobalHttpState.
__construct($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
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)