Exemplo n.º 1
0
 /**
  * Sets the HTTP protocol version (1.0 or 1.1).
  *
  * @param string $version The HTTP protocol version
  *
  * @return Response
  *
  * @api
  */
 public function setProtocolVersion($version)
 {
     return parent::setProtocolVersion($version);
 }