6use ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\Hasher;
44 $hash = $this->hash($this->identification->serialize());
45 $b = isset($this->storage[$hash]) && $this->storage[$hash] ==
true;
57 if (!isset($json_decode)) {
58 $json_decode = json_decode(
$_COOKIE[self::COOKIE_NS_GS],
true);
59 $json_decode = is_array($json_decode) ? $json_decode : [];
An exception for terminatinating execution or to throw for unit testing.
__construct(IdentificationInterface $identification)
ItemState constructor.
Interface IdentificationInterface.
Entry Point for Async calls from the Notification Center.