|
|
@@ -27,7 +27,7 @@ class ProductFamilySolver |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorCountStockChoices(): array |
|
|
|
public static function getBehaviorCountStockChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::BEHAVIOR_COUNT_STOCK_BY_MEASURE, |
|
|
@@ -36,7 +36,7 @@ class ProductFamilySolver |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
public function getWaringMessageTypeChoices(): array |
|
|
|
public static function getWaringMessageTypeChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::WARNING_MESSAGE_TYPE_ERROR, |
|
|
@@ -46,7 +46,7 @@ class ProductFamilySolver |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
public function getBehaviorAddToCartChoices(): array |
|
|
|
public static function getBehaviorAddToCartChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::BEHAVIOR_ADD_TO_CART_MULTIPLE, |
|
|
@@ -54,7 +54,7 @@ class ProductFamilySolver |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
public function getBehaviorPriceChoices(): array |
|
|
|
public static function getBehaviorPriceChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::BEHAVIOR_PRICE_BY_PIECE, |
|
|
@@ -62,7 +62,7 @@ class ProductFamilySolver |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
public function getTypeExpirationDateChoices(): array |
|
|
|
public static function getTypeExpirationDateChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::TYPE_EXPIRATION_DATE_DLC, |
|
|
@@ -72,7 +72,7 @@ class ProductFamilySolver |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorExpirationDateChoices(): array |
|
|
|
public static function getBehaviorExpirationDateChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::BEHAVIOR_EXPIRATION_DATE_BY_PRODUCT_FAMILY, |
|
|
@@ -81,7 +81,7 @@ class ProductFamilySolver |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorDisplaySaleChoices(): array |
|
|
|
public static function getBehaviorDisplaySaleChoices(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
ProductFamilyModel::BEHAVIOR_DISPLAY_SALE_BY_MEASURE, |