File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
CatalogInventory/Model/ResourceModel/Stock Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,9 @@ public function updateLowStockDate(int $websiteId)
264
264
}
265
265
266
266
/**
267
- * @param string $tableAlias
267
+ * Get Manage Stock Expression
268
268
*
269
+ * @param string $tableAlias
269
270
* @return \Zend_Db_Expr
270
271
*/
271
272
public function getManageStockExpr (string $ tableAlias = '' ): \Zend_Db_Expr
@@ -283,8 +284,9 @@ public function getManageStockExpr(string $tableAlias = ''): \Zend_Db_Expr
283
284
}
284
285
285
286
/**
286
- * @param string $tableAlias
287
+ * Get Backorders Expression
287
288
*
289
+ * @param string $tableAlias
288
290
* @return \Zend_Db_Expr
289
291
*/
290
292
public function getBackordersExpr (string $ tableAlias = '' ): \Zend_Db_Expr
@@ -302,8 +304,9 @@ public function getBackordersExpr(string $tableAlias = ''): \Zend_Db_Expr
302
304
}
303
305
304
306
/**
305
- * @param string $tableAlias
307
+ * Get Minimum Sale Quantity Expression
306
308
*
309
+ * @param string $tableAlias
307
310
* @return \Zend_Db_Expr
308
311
*/
309
312
public function getMinSaleQtyExpr (string $ tableAlias = '' ): \Zend_Db_Expr
Original file line number Diff line number Diff line change 11
11
use Magento \Framework \Indexer \DimensionFactory ;
12
12
use Magento \Framework \Indexer \DimensionProviderInterface ;
13
13
14
+ /**
15
+ * Class CustomerGroupDimensionProvider
16
+ */
14
17
class CustomerGroupDimensionProvider implements DimensionProviderInterface
15
18
{
16
19
/**
@@ -55,6 +58,8 @@ public function getIterator(): \Traversable
55
58
}
56
59
57
60
/**
61
+ * Get Customer Groups
62
+ *
58
63
* @return array
59
64
*/
60
65
private function getCustomerGroups (): array
You can’t perform that action at this time.
0 commit comments