imageStyle = $imageStyle; } public function getImageStyle() { return $this->imageStyle; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }