ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Interface RequestWrapper. More...
Public Member Functions | |
retrieve (string $key, Transformation $transformation) | |
has (string $key) | |
keys () | |
Get all keys from the request. More... | |
Interface RequestWrapper.
Definition at line 30 of file RequestWrapper.php.
ILIAS\HTTP\Wrapper\RequestWrapper::has | ( | string | $key | ) |
Implemented in ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper.
Referenced by ilLSPlayer\play().
ILIAS\HTTP\Wrapper\RequestWrapper::keys | ( | ) |
Get all keys from the request.
Implemented in ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper.
ILIAS\HTTP\Wrapper\RequestWrapper::retrieve | ( | string | $key, |
Transformation | $transformation | ||
) |
Implemented in ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper.
Referenced by ilLSPlayer\play(), and ilLSPlayer\updateViewState().