|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
Public Member Functions inherited from ILIAS\Refinery\KeyValueAccess | |
| __construct (array $raw_values, Transformation $trafo) | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $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 33 of file SuperGlobalDropInReplacement.php.
| ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::__construct | ( | Factory | $factory, |
| array | $raw_values, | ||
| bool | $throwOnValueAssignment = false |
||
| ) |
Definition at line 37 of file SuperGlobalDropInReplacement.php.
References ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\$throwOnValueAssignment, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Refinery\Factory\kindlyTo().
Here is the call graph for this function:| ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetSet | ( | mixed | $offset, |
| mixed | $value | ||
| ) |
Definition at line 43 of file SuperGlobalDropInReplacement.php.
| ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement::offsetUnset | ( | mixed | $offset | ) |
Definition at line 52 of file SuperGlobalDropInReplacement.php.
|
private |
Definition at line 35 of file SuperGlobalDropInReplacement.php.
Referenced by ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\__construct().