Browse Source

Nouveau système PriceUtils

feature/export_comptable
Guillaume 4 years ago
parent
commit
71c204e9bb
2 changed files with 10 additions and 7 deletions
  1. +8
    -0
      ShopBundle/Context/OrderShopPriceUtilsInterface.php
  2. +2
    -7
      ShopBundle/Services/Price/OrderShopPriceUtils.php

+ 8
- 0
ShopBundle/Context/OrderShopPriceUtilsInterface.php View File

<?php

namespace Lc\ShopBundle\Context ;

interface OrderShopPriceUtilsInterface
{

}

+ 2
- 7
ShopBundle/Services/Price/OrderShopPriceUtils.php View File



namespace Lc\ShopBundle\Price\Services; namespace Lc\ShopBundle\Price\Services;


use Doctrine\Common\Collections\Collection;
use Lc\ShopBundle\Context\OrderProductInterface;
use Lc\ShopBundle\Context\OrderShopInterface; 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 ; use PriceUtilsTrait ;



Loading…
Cancel
Save