Pārlūkot izejas kodu

Nouveau système PriceUtils

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
71c204e9bb
2 mainītis faili ar 10 papildinājumiem un 7 dzēšanām
  1. +8
    -0
      ShopBundle/Context/OrderShopPriceUtilsInterface.php
  2. +2
    -7
      ShopBundle/Services/Price/OrderShopPriceUtils.php

+ 8
- 0
ShopBundle/Context/OrderShopPriceUtilsInterface.php Parādīt failu

@@ -0,0 +1,8 @@
<?php

namespace Lc\ShopBundle\Context ;

interface OrderShopPriceUtilsInterface
{

}

+ 2
- 7
ShopBundle/Services/Price/OrderShopPriceUtils.php Parādīt failu

@@ -2,15 +2,10 @@

namespace Lc\ShopBundle\Price\Services;

use Doctrine\Common\Collections\Collection;
use Lc\ShopBundle\Context\OrderProductInterface;
use Lc\ShopBundle\Context\OrderShopInterface;
use Lc\ShopBundle\Context\ProductFamilyInterface;
use Lc\ShopBundle\Context\ProductInterface;
use Lc\ShopBundle\Context\ProductPropertyInterface;
use Lc\ShopBundle\Context\ReductionCatalogInterface;
use Lc\ShopBundle\Context\OrderShopPriceUtilsInterface;

class OrderShopPriceUtils
class OrderShopPriceUtils implements OrderShopPriceUtilsInterface
{
use PriceUtilsTrait ;


Notiek ielāde…
Atcelt
Saglabāt