imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }