withParsedBody() 공개 메소드

public withParsedBody ( $params )
예제 #1
0
파일: Request.php 프로젝트: spiffyjr/tonis
 /**
  * {@inheritDoc}
  */
 public function withParsedBody($params)
 {
     return new self($this->app, parent::withParsedBody($params));
 }