id = $id; $this->product = $product; $this->quantity = $quantity; } function getTotalPrice() { return $this->quantity * $this->product->price; } } ?>