imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setSuggestion($suggestion) { $this->suggestion = $suggestion; } public function getSuggestion() { return $this->suggestion; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }