@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * Set the name of this Numeric Boost |
32 | 32 | * |
33 | 33 | * @param name The string to be the name of this Numeric Boost |
34 | - * @return This Numeric Boost |
|
34 | + * @return NumericBoost Numeric Boost |
|
35 | 35 | */ |
36 | 36 | public function setName($name) |
37 | 37 | { |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * Set this Numeric Boost to inverted |
52 | 52 | * |
53 | 53 | * @param inverted True if this is to be an iverted Numeric Boost, false otherwise |
54 | - * @return This Numeric Boost |
|
54 | + * @return NumericBoost Numeric Boost |
|
55 | 55 | */ |
56 | 56 | public function setInverted($inverted) |
57 | 57 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | * Set the strength of this Numeric Boost |
72 | 72 | * |
73 | 73 | * @param double The value to be the strength of this Numeric Boost |
74 | - * @return This Numeric Boost |
|
74 | + * @return NumericBoost Numeric Boost |
|
75 | 75 | */ |
76 | 76 | public function setStrength($strength) |
77 | 77 | { |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param recordLimitReached Whether the total record count is actually greater than the returned record count |
27 | - * @return This ResultsMetadata object |
|
27 | + * @return ResultsMetadata ResultsMetadata object |
|
28 | 28 | */ |
29 | 29 | public function setRecordLimitReached($recordLimitReached) |
30 | 30 | { |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | |
43 | 43 | /** |
44 | 44 | * @param totalTime The total time spent in milliseconds to generate results |
45 | - * @return This ResultsMetadata object |
|
45 | + * @return ResultsMetadata ResultsMetadata object |
|
46 | 46 | */ |
47 | 47 | public function setTotalTime($totalTime) |
48 | 48 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * Set the name of this Numeric Boost |
32 | 32 | * |
33 | 33 | * @param name The string to be the name of this Numeric Boost |
34 | - * @return This Numeric Boost |
|
34 | + * @return NumericBoost Numeric Boost |
|
35 | 35 | */ |
36 | 36 | public function setName($name) |
37 | 37 | { |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * Set this Numeric Boost to inverted |
52 | 52 | * |
53 | 53 | * @param inverted True if this is to be an iverted Numeric Boost, false otherwise |
54 | - * @return This Numeric Boost |
|
54 | + * @return NumericBoost Numeric Boost |
|
55 | 55 | */ |
56 | 56 | public function setInverted($inverted) |
57 | 57 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | * Set the strength of this Numeric Boost |
72 | 72 | * |
73 | 73 | * @param double The value to be the strength of this Numeric Boost |
74 | - * @return This Numeric Boost |
|
74 | + * @return NumericBoost Numeric Boost |
|
75 | 75 | */ |
76 | 76 | public function setStrength($strength) |
77 | 77 | { |