10 public static function getType(
int $catalogType): ?int
12 if ($catalogType === Catalog\ProductTable::TYPE_SET)
14 return Sale\BasketItem::TYPE_SET;
17 if ($catalogType === Catalog\ProductTable::TYPE_SERVICE)
19 return Sale\BasketItem::TYPE_SERVICE;