@@ -18,13 +18,25 @@ |
||
| 18 | 18 | |
| 19 | 19 | interface IndexPageInterface extends CrudIndexPageInterface |
| 20 | 20 | { |
| 21 | + /** |
|
| 22 | + * @return void |
|
| 23 | + */ |
|
| 21 | 24 | public function filterByTaxon(string $taxonName): void; |
| 22 | 25 | |
| 23 | 26 | public function hasProductAccessibleImage(string $productCode): bool; |
| 24 | 27 | |
| 28 | + /** |
|
| 29 | + * @return void |
|
| 30 | + */ |
|
| 25 | 31 | public function showProductPage(string $productName): void; |
| 26 | 32 | |
| 33 | + /** |
|
| 34 | + * @return void |
|
| 35 | + */ |
|
| 27 | 36 | public function chooseChannelFilter(string $channelName) :void; |
| 28 | 37 | |
| 38 | + /** |
|
| 39 | + * @return void |
|
| 40 | + */ |
|
| 29 | 41 | public function filter(): void; |
| 30 | 42 | } |
@@ -106,7 +106,7 @@ |
||
| 106 | 106 | |
| 107 | 107 | try { |
| 108 | 108 | return Languages::getName($language, $region); |
| 109 | - } catch(MissingResourceException $exception) { |
|
| 109 | + } catch (MissingResourceException $exception) { |
|
| 110 | 110 | return null; |
| 111 | 111 | } |
| 112 | 112 | } |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | { |
| 94 | 94 | try { |
| 95 | 95 | return Currencies::getName($code); |
| 96 | - } catch(MissingResourceException $exception) { |
|
| 96 | + } catch (MissingResourceException $exception) { |
|
| 97 | 97 | return null; |
| 98 | 98 | } |
| 99 | 99 | } |