orderShop = $orderShop; $this->orderStatus = $orderStatus; } public function getOrderShop() { return $this->orderShop; } public function getOrderStatus() { return $this->orderStatus; } }