Procházet zdrojové kódy

Add OrderShopSolver::countValidComplementaryOrderShops()

develop
Guillaume před 1 rokem
rodič
revize
2f2d009fc1
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      Solver/Order/OrderShopSolver.php

+ 5
- 0
Solver/Order/OrderShopSolver.php Zobrazit soubor

@@ -231,6 +231,11 @@ class OrderShopSolver
}
return $arrayComplementaryOrderShops;
}
public function countValidComplementaryOrderShops(OrderShopInterface $orderShop): int
{
return count($this->getValidComplementaryOrderShops($orderShop));
}

public function getOrderStatusHistory(OrderShopInterface $orderShop, OrderStatusInterface $status)
{

Načítá se…
Zrušit
Uložit