3 declare(strict_types=1);
55 $this->wrapper = $DIC->http()->wrapper();
61 $hash = $this->
hash($this->identification->serialize());
62 $b = isset($this->storage[$hash]) && $this->storage[$hash] ==
true;
73 if (!isset($json_decode)) {
74 $cookie_value = $this->wrapper->cookie()->has(self::COOKIE_NS_GS)
75 ? $this->wrapper->cookie()->retrieve(self::COOKIE_NS_GS, $this->
refinery->to()->string())
78 $json_decode = json_decode($cookie_value,
true);
79 $json_decode = is_array($json_decode) ? $json_decode : [];
IdentificationInterface $identification
__construct(IdentificationInterface $identification)
ItemState constructor.
Interface IdentificationInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static initILIAS()
ilias initialisation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...