Пример #1
0
 /**
  * Returns the parsed picasa album object.
  *
  * @return object
  */
 public function getAlbum()
 {
     if ($this->_album == NULL) {
         $this->_album = EventgalleryHelpersImageHelper::picasaweb_ListAlbum($this->getUserId(), $this->getAlbumId(), $this->getPicasaKey());
     }
     return $this->_album;
 }