3 declare(strict_types=1);
43 public function offsetSet(mixed $offset, mixed $value): void
45 if ($this->throwOnValueAssignment) {
49 parent::offsetSet($offset, $value);
54 throw new LogicException(
"Modifying global Request-Array such as \$_GET is not allowed!");
__construct(Factory $factory, array $raw_values, bool $throwOnValueAssignment=false)
offsetUnset(mixed $offset)
Class SuperGlobalDropInReplacement This Class wraps SuperGlobals such as $_GET and $_POST to prevent ...
offsetSet(mixed $offset, mixed $value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $throwOnValueAssignment
kindlyTo()
Combined validations and transformations for primitive data types that establish a baseline for furth...