Beispiel #1
0
 /**
  * 初期化
  *
  * @return \Kwkm\MkLiveStatusClient\LqlBuilder
  */
 public function reset()
 {
     $this->lql->reset();
     $this->column = new Column();
     $this->filter = new Filter();
     $this->stats = new Stats();
     return $this;
 }