withParsedBody() public method

public withParsedBody ( $params )
Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function withParsedBody($params)
 {
     return new self($this->app, parent::withParsedBody($params));
 }