@@ -29,6 +29,9 @@ |
||
| 29 | 29 | return $this; |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | + /** |
|
| 33 | + * @param string $string |
|
| 34 | + */ |
|
| 32 | 35 | public function table($string) |
| 33 | 36 | { |
| 34 | 37 | $this->table = $string; |
@@ -65,6 +65,9 @@ |
||
| 65 | 65 | return null; |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | + /** |
|
| 69 | + * @param string $filter |
|
| 70 | + */ |
|
| 68 | 71 | public function getByFilter($filter, $params) |
| 69 | 72 | { |
| 70 | 73 | $query = new Query(); |