Exemplo n.º 1
0
 /**
  * Get the data
  *
  * @return void
  */
 private function getData()
 {
     $this->record = BackendGalleryModel::getAlbumFromId($this->id);
     //--Get the images
     $this->images = BackendGalleryModel::getImagesForAlbum($this->id);
 }