Beispiel #1
0
 /**
  * OutputFormat の指定
  * @param string $outputFormat
  * @return \Kwkm\MkLiveStatusClient\LqlBuilder
  * @throw \InvalidArgumentException if the provided argument is not of type 'string'.
  */
 public function outputFormat($outputFormat)
 {
     $this->lql->outputFormat($outputFormat);
     return $this;
 }