viewBuilder = $viewBuilder; $this->processService = $processService; } /** * @todo Optimize the whole following function. It's just implemented like this for test reasons. * {@inheritdoc} * * @see \Infinito\Domain\MVCManagement\MVCRoutineServiceInterface::process() */ public function process(): View { $this->processService->process(); return $this->viewBuilder->getView(); } }