var/cache/dev/ContainerPu9pnqs/getEccube_Purchase_Flow_CartService.php line 15

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  4. // Returns the private 'eccube.purchase.flow.cart' shared service.
  5. include_once $this->targetDirs[3].'/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php';
  6. include_once $this->targetDirs[3].'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  7. include_once $this->targetDirs[3].'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  8. $this->services['eccube.purchase.flow.cart'] = $instance = new \Eccube\Service\PurchaseFlow\PurchaseFlow();
  9. $instance->setFlowType('cart');
  10. $instance->setItemValidators(${($_ = isset($this->services['eccube.purchase.flow.cart.item_validators']) ? $this->services['eccube.purchase.flow.cart.item_validators'] : $this->load('getEccube_Purchase_Flow_Cart_ItemValidatorsService.php')) && false ?: '_'});
  11. $instance->setItemHolderValidators(${($_ = isset($this->services['eccube.purchase.flow.cart.holder_validators']) ? $this->services['eccube.purchase.flow.cart.holder_validators'] : $this->load('getEccube_Purchase_Flow_Cart_HolderValidatorsService.php')) && false ?: '_'});
  12. $instance->setItemPreprocessors(${($_ = isset($this->services['eccube.purchase.flow.cart.item_preprocessors']) ? $this->services['eccube.purchase.flow.cart.item_preprocessors'] : ($this->services['eccube.purchase.flow.cart.item_preprocessors'] = new \Doctrine\Common\Collections\ArrayCollection())) && false ?: '_'});
  13. $instance->setItemHolderPreprocessors(${($_ = isset($this->services['eccube.purchase.flow.cart.holder_preprocessors']) ? $this->services['eccube.purchase.flow.cart.holder_preprocessors'] : ($this->services['eccube.purchase.flow.cart.holder_preprocessors'] = new \Doctrine\Common\Collections\ArrayCollection())) && false ?: '_'});
  14. $instance->setItemHolderPostValidators(${($_ = isset($this->services['eccube.purchase.flow.cart.holder_post_validators']) ? $this->services['eccube.purchase.flow.cart.holder_post_validators'] : $this->load('getEccube_Purchase_Flow_Cart_HolderPostValidatorsService.php')) && false ?: '_'});
  15. return $instance;