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