ILIAS
release_8 Revision v8.19
|
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, bool $throwOnValueAssignment=false) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
![]() | |
__construct (array $raw_values, Transformation $trafo) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
count () | |
Private Attributes | |
bool | $throwOnValueAssignment |
Class SuperGlobalDropInReplacement This Class wraps SuperGlobals such as $_GET and $_POST to prevent modifying them in a future version.
Definition at line 30 of file SuperGlobalDropInReplacement.php.
ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::__construct | ( | Factory | $factory, |
array | $raw_values, | ||
bool | $throwOnValueAssignment = false |
||
) |
Definition at line 34 of file SuperGlobalDropInReplacement.php.
References ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\$throwOnValueAssignment, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Refinery\Factory\kindlyTo().
ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetSet | ( | $offset, | |
$value | |||
) |
Definition at line 43 of file SuperGlobalDropInReplacement.php.
ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetUnset | ( | $offset | ) |
Definition at line 55 of file SuperGlobalDropInReplacement.php.
|
private |
Definition at line 32 of file SuperGlobalDropInReplacement.php.
Referenced by ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\__construct().