@@ -41,6 +41,9 @@ discard block |
||
41 | 41 | */ |
42 | 42 | private $manganel = null; |
43 | 43 | |
44 | + /** |
|
45 | + * @param AnnotatedInterface $model |
|
46 | + */ |
|
44 | 47 | public function __construct($model = null) |
45 | 48 | { |
46 | 49 | if (!empty($model)) |
@@ -172,6 +175,9 @@ discard block |
||
172 | 175 | return $result['hits']['hits']; |
173 | 176 | } |
174 | 177 | |
178 | + /** |
|
179 | + * @param string $q |
|
180 | + */ |
|
175 | 181 | public function getParams($q = null) |
176 | 182 | { |
177 | 183 | $body = []; |