@@ -183,6 +183,7 @@ discard block |
||
183 | 183 | * Gets pragma value. |
184 | 184 | * |
185 | 185 | * @param string pragma name |
186 | + * @param string $pragma |
|
186 | 187 | * @return string the pragma value |
187 | 188 | */ |
188 | 189 | public function getPragma($pragma) |
@@ -238,7 +239,7 @@ discard block |
||
238 | 239 | * for now we use the MySQL implementation with the MATCH()AGAINST() uglily replaced with LIKE |
239 | 240 | * |
240 | 241 | * @param string $keywords Keywords as a space separated string |
241 | - * @return object DataObjectSet of result pages |
|
242 | + * @return PaginatedList DataObjectSet of result pages |
|
242 | 243 | */ |
243 | 244 | public function searchEngine($classesToSearch, $keywords, $start, $pageLength, $sortBy = "Relevance DESC", |
244 | 245 | $extraFilter = "", $booleanSearch = false, $alternativeFileFilter = "", $invertedMatch = false |