|
|
|
|
|
|
|
|
protected $userUtils ; |
|
|
protected $userUtils ; |
|
|
protected $priceUtils ; |
|
|
protected $priceUtils ; |
|
|
protected $sectionUtils ; |
|
|
protected $sectionUtils ; |
|
|
|
|
|
protected $mailUtils ; |
|
|
protected $router ; |
|
|
protected $router ; |
|
|
protected $productFamilyRepository ; |
|
|
protected $productFamilyRepository ; |
|
|
protected $orderProductRepository ; |
|
|
protected $orderProductRepository ; |
|
|
|
|
|
|
|
|
$this->userUtils = $utilsManager->getUserUtils() ; |
|
|
$this->userUtils = $utilsManager->getUserUtils() ; |
|
|
$this->priceUtils = $utilsManager->getPriceUtils() ; |
|
|
$this->priceUtils = $utilsManager->getPriceUtils() ; |
|
|
$this->sectionUtils = $utilsManager->getSectionUtils() ; |
|
|
$this->sectionUtils = $utilsManager->getSectionUtils() ; |
|
|
|
|
|
$this->mailUtils = $utilsManager->getMailUtils() ; |
|
|
$this->router = $router ; |
|
|
$this->router = $router ; |
|
|
$this->productFamilyRepository = $this->em->getRepository($this->em->getClassMetaData(ProductFamilyInterface::class)->getName()) ; |
|
|
$this->productFamilyRepository = $this->em->getRepository($this->em->getClassMetaData(ProductFamilyInterface::class)->getName()) ; |
|
|
$this->orderProductRepository = $this->em->getRepository($this->em->getClassMetaData(OrderProductInterface::class)->getName()) ; |
|
|
$this->orderProductRepository = $this->em->getRepository($this->em->getClassMetaData(OrderProductInterface::class)->getName()) ; |