@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | private $divider = 3; |
29 | 29 | |
30 | 30 | /** |
31 | - *@return SQLQuery |
|
31 | + *@return DataQuery |
|
32 | 32 | **/ |
33 | 33 | public function apply(DataQuery $query) |
34 | 34 | { |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | class OrderFilters_MemberAndAddress extends ExactMatchFilter |
74 | 74 | { |
75 | 75 | /** |
76 | - *@return SQLQuery |
|
76 | + *@return DataQuery |
|
77 | 77 | **/ |
78 | 78 | public function apply(DataQuery $query) |
79 | 79 | { |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | class OrderFilters_MultiOptionsetStatusIDFilter extends ExactMatchFilter |
147 | 147 | { |
148 | 148 | /** |
149 | - *@return SQLQuery |
|
149 | + *@return DataQuery |
|
150 | 150 | **/ |
151 | 151 | public function apply(DataQuery $query) |
152 | 152 | { |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | class OrderFilters_HasBeenCancelled extends ExactMatchFilter |
182 | 182 | { |
183 | 183 | /** |
184 | - *@return SQLQuery |
|
184 | + *@return DataQuery |
|
185 | 185 | **/ |
186 | 186 | public function apply(DataQuery $query) |
187 | 187 | { |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | class OrderFilters_MustHaveAtLeastOnePayment extends ExactMatchFilter |
217 | 217 | { |
218 | 218 | /** |
219 | - *@return SQLQuery |
|
219 | + *@return DataQuery |
|
220 | 220 | **/ |
221 | 221 | public function apply(DataQuery $query) |
222 | 222 | { |
@@ -655,6 +655,7 @@ discard block |
||
655 | 655 | * |
656 | 656 | * @param string $code: the name of the step to check |
657 | 657 | * @param bool $orIsEqualTo if set to true, this method will return TRUE if the step being checked is the current one |
658 | + * @param string $code |
|
658 | 659 | * |
659 | 660 | * @return bool |
660 | 661 | **/ |
@@ -903,7 +904,7 @@ discard block |
||
903 | 904 | /** |
904 | 905 | * Formatted answer for "hasCustomerMessage". |
905 | 906 | * |
906 | - * @return string |
|
907 | + * @return DBField |
|
907 | 908 | */ |
908 | 909 | public function ShowAsSummary() |
909 | 910 | { |
@@ -913,7 +914,7 @@ discard block |
||
913 | 914 | /** |
914 | 915 | * |
915 | 916 | * |
916 | - * @return string |
|
917 | + * @return DBField |
|
917 | 918 | */ |
918 | 919 | public function getShowAsSummary() |
919 | 920 | { |
@@ -973,7 +974,7 @@ discard block |
||
973 | 974 | /** |
974 | 975 | * Formatted answer for "hasCustomerMessage". |
975 | 976 | * |
976 | - * @return string |
|
977 | + * @return DBField |
|
977 | 978 | */ |
978 | 979 | public function NameAndDescription() |
979 | 980 | { |