|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorCountStockChoices(): array |
|
|
|
|
|
|
|
|
public static function getBehaviorCountStockChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::BEHAVIOR_COUNT_STOCK_BY_MEASURE, |
|
|
ProductFamilyModel::BEHAVIOR_COUNT_STOCK_BY_MEASURE, |
|
|
|
|
|
|
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getWaringMessageTypeChoices(): array |
|
|
|
|
|
|
|
|
public static function getWaringMessageTypeChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::WARNING_MESSAGE_TYPE_ERROR, |
|
|
ProductFamilyModel::WARNING_MESSAGE_TYPE_ERROR, |
|
|
|
|
|
|
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getBehaviorAddToCartChoices(): array |
|
|
|
|
|
|
|
|
public static function getBehaviorAddToCartChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::BEHAVIOR_ADD_TO_CART_MULTIPLE, |
|
|
ProductFamilyModel::BEHAVIOR_ADD_TO_CART_MULTIPLE, |
|
|
|
|
|
|
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getBehaviorPriceChoices(): array |
|
|
|
|
|
|
|
|
public static function getBehaviorPriceChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::BEHAVIOR_PRICE_BY_PIECE, |
|
|
ProductFamilyModel::BEHAVIOR_PRICE_BY_PIECE, |
|
|
|
|
|
|
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getTypeExpirationDateChoices(): array |
|
|
|
|
|
|
|
|
public static function getTypeExpirationDateChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::TYPE_EXPIRATION_DATE_DLC, |
|
|
ProductFamilyModel::TYPE_EXPIRATION_DATE_DLC, |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorExpirationDateChoices(): array |
|
|
|
|
|
|
|
|
public static function getBehaviorExpirationDateChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::BEHAVIOR_EXPIRATION_DATE_BY_PRODUCT_FAMILY, |
|
|
ProductFamilyModel::BEHAVIOR_EXPIRATION_DATE_BY_PRODUCT_FAMILY, |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function getBehaviorDisplaySaleChoices(): array |
|
|
|
|
|
|
|
|
public static function getBehaviorDisplaySaleChoices(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
ProductFamilyModel::BEHAVIOR_DISPLAY_SALE_BY_MEASURE, |
|
|
ProductFamilyModel::BEHAVIOR_DISPLAY_SALE_BY_MEASURE, |