示例#1
0
文件: Gallery.php 项目: kabarakh/yag
 /**
  * Sets thumb album to top of album
  */
 public function setThumbAlbumToTopOfAlbums()
 {
     if ($this->albums->count() > 0) {
         $this->thumbAlbum = $this->albums->current();
     } else {
         $this->thumbAlbum = null;
     }
 }