3 declare(strict_types=1);
68 $this->
tabs = $DIC[
'ilTabs'];
69 $this->
lng = $DIC->language();
70 $this->
ctrl = $DIC[
'ilCtrl'];
71 $this->tpl = $DIC[
'tpl'];
72 $this->tree = $DIC[
'tree'];
73 $this->
toolbar = $DIC[
'ilToolbar'];
74 $this->
http = $DIC->http();
75 $this->
ui = $DIC->ui();
78 $this->
lng->loadLanguageModule(
'form');
89 $this->
access->checkAccessAndThrowException(
'visible,read');
90 $cmd = $this->
ctrl->getCmd();
95 $r = $this->
http->request();
96 $post = $r->getParsedBody();
98 if ($cmd ==
"" && isset(
$post[
'interruptive_items'])) {
113 $r = $this->
http->request();
114 $get = $r->getQueryParams();
115 $post = $r->getParsedBody();
117 if (isset(
$post[
'interruptive_items'])) {
118 $string =
$post[
'interruptive_items'][0];
119 $identification = $this->unhash($string);
121 $identification = $this->unhash($get[self::IDENTIFIER]);
124 return $this->
repository->getItemFacadeForIdentificationString($identification);
130 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_subitem_flushed"),
true);
134 abstract protected function cancel(): void;
Class ilMMAbstractItemGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilMMTabHandling $tab_handling
Class ilMMItemRepository.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
ilObjMainMenuAccess $access
ilGlobalTemplateInterface $tpl
ilMMItemRepository $repository
__construct(ilMMTabHandling $tab_handling)
ilMMAbstractItemGUI constructor.
Interface ilMMItemFacadeInterface.
determineCommand(string $standard, string $delete)