ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RequestWrapper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\HTTP\Wrapper;
22
24
31{
36 public function retrieve(string $key, Transformation $transformation);
37
38
39 public function has(string $key): bool;
40
46 public function keys(): array;
47}
Interface RequestWrapper.
keys()
Get all keys from the request.
retrieve(string $key, Transformation $transformation)
A transformation is a function from one datatype to another.