@@ -51,6 +51,9 @@ |
||
| 51 | 51 | "Recommendations" => "Recommended Pages - must already be part of the natural result set", |
| 52 | 52 | ); |
| 53 | 53 | |
| 54 | + /** |
|
| 55 | + * @param string $KeywordString |
|
| 56 | + */ |
|
| 54 | 57 | public static function add_entry($KeywordString) |
| 55 | 58 | { |
| 56 | 59 | if ($parent = self::find_entry($KeywordString)) { |
@@ -187,6 +187,10 @@ |
||
| 187 | 187 | return $this->customise($do)->renderWith(array('SearchPlusPage_popularsearches', 'Page')); |
| 188 | 188 | } |
| 189 | 189 | |
| 190 | + /** |
|
| 191 | + * @param integer $days |
|
| 192 | + * @param integer $limit |
|
| 193 | + */ |
|
| 190 | 194 | protected function getPopularSearchWords($days, $limit, $mergeRedirects = false) |
| 191 | 195 | { |
| 192 | 196 | $extraWhere = ''; |