35 if (!isset($this->parsed_body[
$name])) {
36 throw new \LogicException(
"'$name' is not contained in posted data.");
39 return $this->parsed_body[
$name];
48 if (!isset($this->parsed_body[
$name])) {
52 return $this->parsed_body[
$name];
Representation of an incoming, server-side HTTP request.
foreach($paths as $path) $request
getParsedBody()
Retrieve any parameters provided in the request body.
Implements interaction of input element with post data from psr-7 server request. ...
Describes how Input-Elements want to interact with posted data.
__construct(ServerRequestInterface $request)