@@ -18,7 +18,6 @@ discard block |
||
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | 20 | * @param string $targetFragment The HTML fragment to write the button into |
| 21 | - * @param array $exportColumns The columns to include in the export |
|
| 22 | 21 | */ |
| 23 | 22 | public function __construct($targetFragment = "after") |
| 24 | 23 | { |
@@ -72,6 +71,7 @@ discard block |
||
| 72 | 71 | |
| 73 | 72 | /** |
| 74 | 73 | * Handle the print, for both the action button and the URL |
| 74 | + * @param GridField $gridField |
|
| 75 | 75 | */ |
| 76 | 76 | public function handlePrintAllPackingSlips($gridField, $request = null) |
| 77 | 77 | { |
@@ -188,7 +188,6 @@ |
||
| 188 | 188 | /** |
| 189 | 189 | * saves the form into session. |
| 190 | 190 | * |
| 191 | - * @param array $data - data from form. |
|
| 192 | 191 | */ |
| 193 | 192 | public function saveDataToSession() |
| 194 | 193 | { |
@@ -188,7 +188,6 @@ |
||
| 188 | 188 | /** |
| 189 | 189 | * saves the form into session. |
| 190 | 190 | * |
| 191 | - * @param array $data - data from form. |
|
| 192 | 191 | */ |
| 193 | 192 | public function saveDataToSession() |
| 194 | 193 | { |
@@ -188,7 +188,6 @@ |
||
| 188 | 188 | /** |
| 189 | 189 | * saves the form into session. |
| 190 | 190 | * |
| 191 | - * @param array $data - data from form. |
|
| 192 | 191 | */ |
| 193 | 192 | public function saveDataToSession() |
| 194 | 193 | { |
@@ -330,7 +330,7 @@ |
||
| 330 | 330 | * In templates, it is used like this: |
| 331 | 331 | * $EcommerceConfigAjax.TableID. |
| 332 | 332 | * |
| 333 | - * @return EcommerceConfigAjax |
|
| 333 | + * @return EcommerceConfigAjaxDefinitions |
|
| 334 | 334 | **/ |
| 335 | 335 | public function AJAXDefinitions() |
| 336 | 336 | { |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | * |
| 27 | 27 | * @see Order::doNextStatus |
| 28 | 28 | * |
| 29 | - * @param Order object |
|
| 29 | + * @param Order Order |
|
| 30 | 30 | * |
| 31 | 31 | * @return bool - true if the current step is ready to be run... |
| 32 | 32 | **/ |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | * |
| 44 | 44 | * @see Order::doNextStatus |
| 45 | 45 | * |
| 46 | - * @param Order object |
|
| 46 | + * @param Order Order |
|
| 47 | 47 | * |
| 48 | 48 | * @return bool - true if run correctly. |
| 49 | 49 | **/ |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * |
| 44 | 44 | * @see Order::doNextStatus |
| 45 | 45 | * |
| 46 | - * @param Order object |
|
| 46 | + * @param Order Order |
|
| 47 | 47 | * |
| 48 | 48 | * @return bool - true if the current step is ready to be run... |
| 49 | 49 | **/ |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | class OrderEmailRecordFilters_MultiOptionsetStatusIDFilter extends ExactMatchFilter |
| 13 | 13 | { |
| 14 | 14 | /** |
| 15 | - *@return SQLQuery |
|
| 15 | + *@return DataQuery |
|
| 16 | 16 | **/ |
| 17 | 17 | public function apply(DataQuery $query) |
| 18 | 18 | { |