imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }