19declare(strict_types=1);
46 return $transformation->
transform($this->raw_values[$key] ??
null);
53 public function has(
string $key): bool
55 return isset($this->raw_values[$key]);
61 public function keys(): array
63 return array_keys($this->raw_values);
Class ArrayBasedRequestWrapper.
retrieve(string $key, Transformation $transformation)
@inheritDoc
__construct(private array $raw_values)
GetRequestWrapper constructor.
has(string $key)
@inheritDoc
Interface RequestWrapper.