@@ -36,11 +36,13 @@ discard block |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * @param string $locale |
39 | + * @return void |
|
39 | 40 | */ |
40 | 41 | public function setCurrentLocale($locale); |
41 | 42 | |
42 | 43 | /** |
43 | 44 | * @param string $locale |
45 | + * @return void |
|
44 | 46 | */ |
45 | 47 | public function setFallbackLocale($locale); |
46 | 48 | |
@@ -51,11 +53,13 @@ discard block |
||
51 | 53 | |
52 | 54 | /** |
53 | 55 | * @param TranslationInterface $translation |
56 | + * @return void |
|
54 | 57 | */ |
55 | 58 | public function addTranslation(TranslationInterface $translation); |
56 | 59 | |
57 | 60 | /** |
58 | 61 | * @param TranslationInterface $translation |
62 | + * @return void |
|
59 | 63 | */ |
60 | 64 | public function removeTranslation(TranslationInterface $translation); |
61 | 65 | } |
@@ -27,6 +27,7 @@ discard block |
||
27 | 27 | /** |
28 | 28 | * @param string $name |
29 | 29 | * @param string $localeCode |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function nameItIn($name, $localeCode); |
32 | 33 | |
@@ -49,6 +50,7 @@ discard block |
||
49 | 50 | |
50 | 51 | /** |
51 | 52 | * @param TaxonInterface $taxon |
53 | + * @return void |
|
52 | 54 | */ |
53 | 55 | public function selectMainTaxon(TaxonInterface $taxon); |
54 | 56 | |
@@ -62,20 +64,26 @@ discard block |
||
62 | 64 | /** |
63 | 65 | * @param string $code |
64 | 66 | * @param string $path |
67 | + * @return void |
|
65 | 68 | */ |
66 | 69 | public function attachImageWithCode($code, $path); |
67 | 70 | |
68 | 71 | /** |
69 | 72 | * @param string $code |
70 | 73 | * @param string $path |
74 | + * @return void |
|
71 | 75 | */ |
72 | 76 | public function changeImageWithCode($code, $path); |
73 | 77 | |
74 | 78 | /** |
75 | 79 | * @param string $code |
80 | + * @return void |
|
76 | 81 | */ |
77 | 82 | public function removeImageWithCode($code); |
78 | 83 | |
84 | + /** |
|
85 | + * @return void |
|
86 | + */ |
|
79 | 87 | public function removeFirstImage(); |
80 | 88 | |
81 | 89 | /** |
@@ -27,12 +27,14 @@ discard block |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param int $price |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function specifyPrice($price); |
32 | 33 | |
33 | 34 | /** |
34 | 35 | * @param string $name |
35 | 36 | * @param string $localeCode |
37 | + * @return void |
|
36 | 38 | */ |
37 | 39 | public function nameItIn($name, $localeCode); |
38 | 40 | |
@@ -59,11 +61,18 @@ discard block |
||
59 | 61 | |
60 | 62 | /** |
61 | 63 | * @param TaxonInterface $taxon |
64 | + * @return void |
|
62 | 65 | */ |
63 | 66 | public function selectMainTaxon(TaxonInterface $taxon); |
64 | 67 | |
68 | + /** |
|
69 | + * @return void |
|
70 | + */ |
|
65 | 71 | public function disableTracking(); |
66 | 72 | |
73 | + /** |
|
74 | + * @return void |
|
75 | + */ |
|
67 | 76 | public function enableTracking(); |
68 | 77 | |
69 | 78 | /** |
@@ -81,20 +90,26 @@ discard block |
||
81 | 90 | /** |
82 | 91 | * @param string $code |
83 | 92 | * @param string $path |
93 | + * @return void |
|
84 | 94 | */ |
85 | 95 | public function attachImageWithCode($code, $path); |
86 | 96 | |
87 | 97 | /** |
88 | 98 | * @param string $code |
89 | 99 | * @param string $path |
100 | + * @return void |
|
90 | 101 | */ |
91 | 102 | public function changeImageWithCode($code, $path); |
92 | 103 | |
93 | 104 | /** |
94 | 105 | * @param string $code |
106 | + * @return void |
|
95 | 107 | */ |
96 | 108 | public function removeImageWithCode($code); |
97 | 109 | |
110 | + /** |
|
111 | + * @return void |
|
112 | + */ |
|
98 | 113 | public function removeFirstImage(); |
99 | 114 | |
100 | 115 | /** |
@@ -36,11 +36,13 @@ discard block |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * @param string $locale |
39 | + * @return void |
|
39 | 40 | */ |
40 | 41 | public function setCurrentLocale($locale); |
41 | 42 | |
42 | 43 | /** |
43 | 44 | * @param string $locale |
45 | + * @return void |
|
44 | 46 | */ |
45 | 47 | public function setFallbackLocale($locale); |
46 | 48 | |
@@ -51,11 +53,13 @@ discard block |
||
51 | 53 | |
52 | 54 | /** |
53 | 55 | * @param TranslationInterface $translation |
56 | + * @return void |
|
54 | 57 | */ |
55 | 58 | public function addTranslation(TranslationInterface $translation); |
56 | 59 | |
57 | 60 | /** |
58 | 61 | * @param TranslationInterface $translation |
62 | + * @return void |
|
59 | 63 | */ |
60 | 64 | public function removeTranslation(TranslationInterface $translation); |
61 | 65 | } |
@@ -23,10 +23,17 @@ |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * @param bool $enabled |
26 | + * @return void |
|
26 | 27 | */ |
27 | 28 | public function setEnabled($enabled); |
28 | 29 | |
30 | + /** |
|
31 | + * @return void |
|
32 | + */ |
|
29 | 33 | public function enable(); |
30 | 34 | |
35 | + /** |
|
36 | + * @return void |
|
37 | + */ |
|
31 | 38 | public function disable(); |
32 | 39 | } |
@@ -27,6 +27,7 @@ discard block |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param OptionInterface $option |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setOption(OptionInterface $option = null); |
32 | 33 | |
@@ -41,6 +42,7 @@ discard block |
||
41 | 42 | * Set internal value. |
42 | 43 | * |
43 | 44 | * @param string $value |
45 | + * @return void |
|
44 | 46 | */ |
45 | 47 | public function setValue($value); |
46 | 48 |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -39,6 +39,7 @@ discard block |
||
39 | 39 | * Sets all option values. |
40 | 40 | * |
41 | 41 | * @param Collection $optionValues |
42 | + * @return void |
|
42 | 43 | */ |
43 | 44 | public function setValues(Collection $optionValues); |
44 | 45 | |
@@ -46,6 +47,7 @@ discard block |
||
46 | 47 | * Adds option value. |
47 | 48 | * |
48 | 49 | * @param OptionValueInterface $optionValue |
50 | + * @return void |
|
49 | 51 | */ |
50 | 52 | public function addValue(OptionValueInterface $optionValue); |
51 | 53 | |
@@ -53,6 +55,7 @@ discard block |
||
53 | 55 | * Removes option value. |
54 | 56 | * |
55 | 57 | * @param OptionValueInterface $optionValue |
58 | + * @return void |
|
56 | 59 | */ |
57 | 60 | public function removeValue(OptionValueInterface $optionValue); |
58 | 61 |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |