|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Interface RequestWrapper. More...
Inheritance diagram for ILIAS\HTTP\Wrapper\RequestWrapper:
Collaboration diagram for ILIAS\HTTP\Wrapper\RequestWrapper:Public Member Functions | |
| retrieve (string $key, Transformation $transformation) | |
| has (string $key) | |
| keys () | |
| Get all keys from the request. More... | |
Interface RequestWrapper.
Definition at line 27 of file RequestWrapper.php.
| ILIAS\HTTP\Wrapper\RequestWrapper::has | ( | string | $key | ) |
Implemented in ILIAS\HTTP\Wrapper\ArrayBasedRequestWrapper.
Referenced by ilLSPlayer\play(), and ilLSPlayer\updateViewState().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: