Beispiel #1
0
 /**
  * ヘッダ情報を取得するかの設定
  *
  * @param boolean $boolean
  * @return \Kwkm\MkLiveStatusClient\LqlBuilder
  * @throw \InvalidArgumentException if the provided argument is not of type 'boolean'.
  */
 public function headers($boolean)
 {
     $this->lql->headers($boolean);
     return $this;
 }