Files
masimmo.pl/var/cache/prod/ContainerIdpxe97/getStockController2Service.php
2024-11-20 09:09:44 +01:00

17 lines
1.5 KiB
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'PrestaShopBundle\Controller\Api\StockController' shared service.
$this->services['PrestaShopBundle\\Controller\\Api\\StockController'] = $instance = new \PrestaShopBundle\Controller\Api\StockController();
$instance->movements = ${($_ = isset($this->services['prestashop.core.api.stock.movements_collection']) ? $this->services['prestashop.core.api.stock.movements_collection'] : ($this->services['prestashop.core.api.stock.movements_collection'] = new \PrestaShopBundle\Api\Stock\MovementsCollection())) && false ?: '_'};
$instance->stockRepository = ${($_ = isset($this->services['prestashop.core.api.stock.repository']) ? $this->services['prestashop.core.api.stock.repository'] : $this->load('getPrestashop_Core_Api_Stock_RepositoryService.php')) && false ?: '_'};
$instance->queryParams = ${($_ = isset($this->services['prestashop.core.api.query_stock_params_collection']) ? $this->services['prestashop.core.api.query_stock_params_collection'] : ($this->services['prestashop.core.api.query_stock_params_collection'] = new \PrestaShopBundle\Api\QueryStockParamsCollection())) && false ?: '_'};
$instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
$instance->setContainer($this);
return $instance;