thumbs; } /** * Set the thumbnail image URLs * * @param array $thumbs */ public function setThumbs(array $thumbs) { $this->thumbs = $thumbs; } }