ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Class SuperGlobalDropInReplacement This Class wraps SuperGlobals such as $_GET and $_POST to prevent modifying them in a future version. More...
Public Member Functions | |
__construct (Factory $factory, array $raw_values, private bool $throwOnValueAssignment=false) | |
offsetSet (mixed $offset, mixed $value) | |
offsetUnset (mixed $offset) | |
![]() | |
__construct (array $raw_values, Transformation $trafo) | |
offsetExists (mixed $offset) | |
offsetGet (mixed $offset) | |
offsetSet (mixed $offset, mixed $value) | |
offsetUnset (mixed $offset) | |
count () | |
Class SuperGlobalDropInReplacement This Class wraps SuperGlobals such as $_GET and $_POST to prevent modifying them in a future version.
Definition at line 33 of file SuperGlobalDropInReplacement.php.
ILIAS\MetaData\Vocabularies\Controlled\Database\Wrapper\SuperGlobalDropInReplacement::__construct | ( | Factory | $factory, |
array | $raw_values, | ||
private bool | $throwOnValueAssignment = false |
||
) |
Definition at line 35 of file SuperGlobalDropInReplacement.php.
References ILIAS\GlobalScreen\Provider\__construct().
ILIAS\MetaData\Vocabularies\Controlled\Database\Wrapper\SuperGlobalDropInReplacement::offsetSet | ( | mixed | $offset, |
mixed | $value | ||
) |
Definition at line 41 of file SuperGlobalDropInReplacement.php.
ILIAS\MetaData\Vocabularies\Controlled\Database\Wrapper\SuperGlobalDropInReplacement::offsetUnset | ( | mixed | $offset | ) |
Definition at line 51 of file SuperGlobalDropInReplacement.php.