$this->id, 'menu_id' => $this->menu_id, 'title' => $this->title, 'description' => $this->description, 'price' => $this->price, 'image' => $this->getFileFullUrl($this->image), 'isActive' => $this->isActive, 'category_id' => $this->category_id, ]; } }