Example #1
0
 public function getThumb()
 {
     parent::getThumb();
     if (@(!file($this->kommunToThumbPath()))) {
         $this->resizeNyFil($this->kommunToThumbPath(), self::THUMB_WIDTH, self::THUMB_HEIGHT);
     }
     return $this->kommunToThumbNamn();
 }