product_id = $product_id; $this->name = $name; $this->price = $price; $this->description=$description; $this->stock = $stock; $this->weight=$weight; $this->image = $image; $this->category=$category; $this->created_at=$created_at; $this->category_name=$category_name; $this->category_description=$category_description; } }