- protected $viewService;
- protected $searchRunner;
- protected $entityContextManager;
-
- public function __construct(
- ViewService $viewService,
- SearchRunner $searchRunner,
- ShelfContext $entityContextManager
- ) {
- $this->viewService = $viewService;