| changeset 307 | 07b44a378ad8 |
| parent 277 | bd4bc1db4f40 |
| 306:3fccf43160a7 | 307:07b44a378ad8 |
|---|---|
29 |
29 |
30 public function getDeleteWhere() { |
30 public function getDeleteWhere() { |
31 return $this->deleteWhere; |
31 return $this->deleteWhere; |
32 } |
32 } |
33 |
33 |
34 public function addDeleteWhere(string $value) { |
34 public function addDeleteWhere($value) { |
35 array_push($this->deleteWhere, $value); |
35 array_push($this->deleteWhere, $value); |
36 return $this; |
36 return $this; |
37 } |
37 } |
38 |
38 |
39 public function getUri() { |
39 public function getUri() { |