orderShopFactory = $orderShopFactory; $this->orderShopSolver = $orderShopSolver; $this->orderShopRepositoryQuery = $orderShopRepositoryQuery; $this->orderShopStore = $orderShopStore; $this->orderShopBuilder = $orderShopBuilder; } public function getFactory(): OrderShopFactory { return $this->orderShopFactory; } public function getSolver(): OrderShopSolver { return $this->orderShopSolver; } public function getRepositoryQuery(): OrderShopRepositoryQuery { return $this->orderShopRepositoryQuery; } public function getStore(): OrderShopStore { return $this->orderShopStore; } public function getBuilder(): OrderShopBuilder { return $this->orderShopBuilder; } }