@@ -372,7 +372,7 @@ discard block |
||
| 372 | 372 | * by either type (e.g. FILER) or variable (e.g dbFieldName) |
| 373 | 373 | * or both. |
| 374 | 374 | * |
| 375 | - * @param string $typeOfVariableName FILTER | SORT | DISPLAY or sessionName, getVariable, etc... |
|
| 375 | + * @param string $typeOrVariable FILTER | SORT | DISPLAY or sessionName, getVariable, etc... |
|
| 376 | 376 | * @param string $variable: sessionName, getVariable, etc... |
| 377 | 377 | * |
| 378 | 378 | * @return array | String |
@@ -1528,9 +1528,8 @@ discard block |
||
| 1528 | 1528 | |
| 1529 | 1529 | /** |
| 1530 | 1530 | * |
| 1531 | - * @param string $name |
|
| 1532 | - * @param string $filterKey |
|
| 1533 | 1531 | * |
| 1532 | + * @param string $cacheKey |
|
| 1534 | 1533 | * @return string |
| 1535 | 1534 | */ |
| 1536 | 1535 | public function cacheKey($cacheKey) |
@@ -1827,7 +1826,7 @@ discard block |
||
| 1827 | 1826 | * This is the call that is made from the template... |
| 1828 | 1827 | * The actual final products being shown. |
| 1829 | 1828 | * |
| 1830 | - * @return PaginatedList |
|
| 1829 | + * @return DataList |
|
| 1831 | 1830 | **/ |
| 1832 | 1831 | public function Products() |
| 1833 | 1832 | { |
@@ -2151,7 +2150,7 @@ discard block |
||
| 2151 | 2150 | * |
| 2152 | 2151 | * This is different from IsSearchResults. |
| 2153 | 2152 | * |
| 2154 | - * @return bool |
|
| 2153 | + * @return boolean|null |
|
| 2155 | 2154 | */ |
| 2156 | 2155 | public function ActiveSearchTerm() |
| 2157 | 2156 | { |
@@ -2217,7 +2216,7 @@ discard block |
||
| 2217 | 2216 | * Is there a special sort operating at the moment? |
| 2218 | 2217 | * Is the current sort the default one (return inverse!)? |
| 2219 | 2218 | * |
| 2220 | - * @return bool |
|
| 2219 | + * @return boolean|null |
|
| 2221 | 2220 | */ |
| 2222 | 2221 | public function HasSort() |
| 2223 | 2222 | { |
@@ -2599,7 +2598,7 @@ discard block |
||
| 2599 | 2598 | * |
| 2600 | 2599 | * @param SS_List |
| 2601 | 2600 | * |
| 2602 | - * @return PaginatedList |
|
| 2601 | + * @return ProductGroup_Controller|null |
|
| 2603 | 2602 | */ |
| 2604 | 2603 | protected function paginateList(SS_List $list) |
| 2605 | 2604 | { |