$this->id, 'name' => $this->name, 'times' => $this->times, 'price' => (int)$this->price, 'gift' => $this->gift, 'description' => $this->description, ]; } }