Selaa lähdekoodia

Add OrderShopSolver::countValidComplementaryOrderShops()

develop
Guillaume 1 vuosi sitten
vanhempi
commit
2f2d009fc1
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      Solver/Order/OrderShopSolver.php

+ 5
- 0
Solver/Order/OrderShopSolver.php Näytä tiedosto

@@ -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)
{

Loading…
Peruuta
Tallenna