Ejemplo n.º 1
0
 public function onRun()
 {
     $this->userid = PicasaSettings::get('userid');
     $this->getAllAlbums();
 }
Ejemplo n.º 2
0
 public function onRun()
 {
     $this->userid = PicasaSettings::get('userid');
     $this->getOneAlbum($this->property('albumId'));
 }