ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ArrayBasedRequestWrapper. More...
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().
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().