Exemplo n.º 1
0
 /**
  * @param ALBUM $album Show calendar for this album.
  */
 public function __construct($album)
 {
     parent::__construct($album->app);
     $this->album = $album;
     $this->set_ranges($album->first_day, $album->last_day);
     $this->_albums = $album->sub_folders();
 }