| @@ 33-42 (lines=10) @@ | ||
| 30 | * |
|
| 31 | * @return \Kwkm\MkLiveStatusClient\Lql |
|
| 32 | */ |
|
| 33 | public function reset() |
|
| 34 | { |
|
| 35 | $this->lqlObject = new LqlObject(); |
|
| 36 | $this->lqlObject->setTable($this->table); |
|
| 37 | if (!is_null($this->authUser)) { |
|
| 38 | $this->lqlObject->setAuthUser($this->authUser); |
|
| 39 | } |
|
| 40 | ||
| 41 | return $this; |
|
| 42 | } |
|
| 43 | ||
| 44 | /** |
|
| 45 | * 取得カラムの指定 |
|
| @@ 34-43 (lines=10) @@ | ||
| 31 | * |
|
| 32 | * @return \Kwkm\MkLiveStatusClient\LqlBuilder |
|
| 33 | */ |
|
| 34 | public function reset() |
|
| 35 | { |
|
| 36 | $this->lqlObject = new LqlObject(); |
|
| 37 | $this->lqlObject->setTable($this->table); |
|
| 38 | if (!is_null($this->authUser)) { |
|
| 39 | $this->lqlObject->setAuthUser($this->authUser); |
|
| 40 | } |
|
| 41 | ||
| 42 | return $this; |
|
| 43 | } |
|
| 44 | ||
| 45 | /** |
|
| 46 | * 取得カラムの指定 |
|