예제 #1
0
 public function movePhotosToAlbum($photoIdList, $albumId, $newAlbum = FALSE)
 {
     return $this->photoDao->movePhotosToAlbum($photoIdList, $albumId, $newAlbum);
 }