| @@ 58-72 (lines=15) @@ | ||
| 55 | * @param TranslatorInterface $translator | |
| 56 | * @param ValidatorInterface $validator | |
| 57 | */ | |
| 58 | public function __construct( | |
| 59 | string $defaultLanguage, | |
| 60 | RepositoryInterface $repository, | |
| 61 | RequestManagerInterface $requestManager, | |
| 62 | ResponseManagerInterface $responseManager, | |
| 63 | TranslatorInterface $translator, | |
| 64 | ValidatorInterface $validator | |
| 65 |     ) { | |
| 66 | $this->defaultLanguage = $defaultLanguage; | |
| 67 | $this->repository = $repository; | |
| 68 | $this->requestManager = $requestManager; | |
| 69 | $this->responseManager = $responseManager; | |
| 70 | $this->translator = $translator; | |
| 71 | $this->validator = $validator; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * @param Request $request | |
| @@ 58-72 (lines=15) @@ | ||
| 55 | * @param TranslatorInterface $translator | |
| 56 | * @param ValidatorInterface $validator | |
| 57 | */ | |
| 58 | public function __construct( | |
| 59 | string $defaultLanguage, | |
| 60 | RepositoryInterface $repository, | |
| 61 | RequestManagerInterface $requestManager, | |
| 62 | ResponseManagerInterface $responseManager, | |
| 63 | TranslatorInterface $translator, | |
| 64 | ValidatorInterface $validator | |
| 65 |     ) { | |
| 66 | $this->defaultLanguage = $defaultLanguage; | |
| 67 | $this->repository = $repository; | |
| 68 | $this->requestManager = $requestManager; | |
| 69 | $this->responseManager = $responseManager; | |
| 70 | $this->translator = $translator; | |
| 71 | $this->validator = $validator; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * @param Request $request | |
| @@ 58-72 (lines=15) @@ | ||
| 55 | * @param TranslatorInterface $translator | |
| 56 | * @param ValidatorInterface $validator | |
| 57 | */ | |
| 58 | public function __construct( | |
| 59 | string $defaultLanguage, | |
| 60 | RepositoryInterface $repository, | |
| 61 | RequestManagerInterface $requestManager, | |
| 62 | ResponseManagerInterface $responseManager, | |
| 63 | TranslatorInterface $translator, | |
| 64 | ValidatorInterface $validator | |
| 65 |     ) { | |
| 66 | $this->defaultLanguage = $defaultLanguage; | |
| 67 | $this->repository = $repository; | |
| 68 | $this->requestManager = $requestManager; | |
| 69 | $this->responseManager = $responseManager; | |
| 70 | $this->translator = $translator; | |
| 71 | $this->validator = $validator; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * @param Request $request | |