Пример #1
0
 /**
  * Get the data
  *
  * @return void
  */
 private function getData()
 {
     $this->record = BackendGalleriaModel::getAlbumFromId($this->id);
     //--Get the images
     $this->images = BackendGalleriaModel::getImagesForAlbum($this->id);
 }