Example #1
0
 /**
  * Set format
  *
  * @param  Format $format
  *
  * @return  Client Modified client
  */
 public function withFormat(Format $format)
 {
     $this->query->setFormat($format);
     return $this;
 }