There was an error while loading. Please reload this page.
1 parent a99d46e commit 4025119Copy full SHA for 4025119
app/code/Magento/Catalog/ViewModel/Attribute/ProductAttributeHelper.php
@@ -12,13 +12,24 @@
12
13
class ProductAttributeHelper implements ArgumentInterface
14
{
15
+ /**
16
+ * @var CatalogHelper
17
+ */
18
private CatalogHelper $catalogHelper;
19
20
21
+ * @param CatalogHelper $catalogHelper
22
23
public function __construct(CatalogHelper $catalogHelper)
24
25
$this->catalogHelper = $catalogHelper;
26
}
27
28
29
+ * Retrieve the Catalog Helper instance
30
+ *
31
+ * @return CatalogHelper
32
33
public function getCatalogHelper(): CatalogHelper
34
35
return $this->catalogHelper;
0 commit comments