16 lines
1.2 KiB
PHP
16 lines
1.2 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\TranslationController' shared service.
|
|
|
|
$this->services['PrestaShopBundle\\Controller\\Api\\TranslationController'] = $instance = new \PrestaShopBundle\Controller\Api\TranslationController();
|
|
|
|
$instance->translationService = ${($_ = isset($this->services['prestashop.service.translation']) ? $this->services['prestashop.service.translation'] : $this->load('getPrestashop_Service_TranslationService.php')) && false ?: '_'};
|
|
$instance->queryParams = ${($_ = isset($this->services['prestashop.core.api.query_translation_params_collection']) ? $this->services['prestashop.core.api.query_translation_params_collection'] : ($this->services['prestashop.core.api.query_translation_params_collection'] = new \PrestaShopBundle\Api\QueryTranslationParamsCollection())) && false ?: '_'};
|
|
$instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
|
|
$instance->setContainer($this);
|
|
|
|
return $instance;
|