3use ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\Hasher;
15 $DIC->ctrl()->setTargetScript(
"/ilias.php");
16 $GS =
$DIC->globalScreen();
17 $GS->collector()->tool()->collectOnce();
18 $unhash = $this->unhash(
$_GET[
'item']);
19 $identification = $GS->identification()->fromSerializedIdentification($unhash);
20 $item = $GS->collector()->tool()->getSingleItem($identification);
24 $callback = $item->hasCloseCallback() ? $item->getCloseCallback() :
static function () {
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
static initILIAS()
ilias initialisation
Entry Point for Async calls from the Notification Center.