|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ArrayBasedRequestWrapper. More...
Inheritance diagram for ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper:
Collaboration diagram for ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper:Public Member Functions | |
| __construct (private array $raw_values) | |
| GetRequestWrapper constructor. More... | |
| retrieve (string $key, Transformation $transformation) | |
| @inheritDoc More... | |
| has (string $key) | |
| @inheritDoc More... | |
| keys () | |
| @inheritDoc More... | |
| retrieve (string $key, Transformation $transformation) | |
| has (string $key) | |
| keys () | |
| Get all keys from the request. More... | |
Class ArrayBasedRequestWrapper.
Definition at line 30 of file ArrayBasedRequestWrapper.php.
| ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper::__construct | ( | private array | $raw_values | ) |
GetRequestWrapper constructor.
| mixed[] | $raw_values |
Definition at line 36 of file ArrayBasedRequestWrapper.php.
| ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper::has | ( | string | $key | ) |
@inheritDoc
Implements ILIAS\HTTP\Wrapper\RequestWrapper.
Definition at line 53 of file ArrayBasedRequestWrapper.php.
| ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper::keys | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Wrapper\RequestWrapper.
Definition at line 61 of file ArrayBasedRequestWrapper.php.
Referenced by ilLTITool\parsePostBody().
Here is the caller graph for this function:| ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper::retrieve | ( | string | $key, |
| Transformation | $transformation | ||
| ) |
@inheritDoc
Implements ILIAS\HTTP\Wrapper\RequestWrapper.
Definition at line 44 of file ArrayBasedRequestWrapper.php.
References ILIAS\Refinery\Transformation\transform().
Referenced by ilLTITool\parsePostBody().
Here is the call graph for this function:
Here is the caller graph for this function: