orderInf = $orderInf; $this->orderItem = $orderItem; } public function getOrderInf(){ return $this->orderInf; } public function getOrderItem(){ return $this->orderItem; } } ?>