|
ILIAS
release_8 Revision v8.24
|
Class SuperGlobalDropInReplacement This Class wraps SuperGlobals such as $_GET and $_POST to prevent modifying them in a future version. More...
Inheritance diagram for ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement:
Collaboration diagram for ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement:Public Member Functions | |
| __construct (Factory $factory, array $raw_values, bool $throwOnValueAssignment=false) | |
| offsetSet ($offset, $value) | |
| @inheritDoc More... | |
| offsetUnset ($offset) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\KeyValueAccess | |
| __construct (array $raw_values, Transformation $trafo) | |
| offsetExists ($offset) | |
| @inheritDoc More... | |
| offsetGet ($offset) | |
| @inheritDoc More... | |
| offsetSet ($offset, $value) | |
| @inheritDoc More... | |
| offsetUnset ($offset) | |
| @inheritDoc More... | |
| count () | |
| @inheritDoc More... | |
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 $factory, ILIAS\Refinery\KeyValueAccess\$raw_values, ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\$throwOnValueAssignment, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetSet | ( | $offset, | |
| $value | |||
| ) |
@inheritDoc
Reimplemented from ILIAS\Refinery\KeyValueAccess.
Definition at line 43 of file SuperGlobalDropInReplacement.php.
| ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetUnset | ( | $offset | ) |
@inheritDoc
Reimplemented from ILIAS\Refinery\KeyValueAccess.
Definition at line 55 of file SuperGlobalDropInReplacement.php.
|
private |
Definition at line 32 of file SuperGlobalDropInReplacement.php.
Referenced by ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\__construct().