예제 #1
0
 /**
  * Get a list of albums for suggest
  *
  * @param string $entityType
  * @param int $entityId
  * @param string $query
  * @return array of PHOTO_Bol_PhotoAlbum
  */
 public function suggestEntityAlbums($entityType, $entityId, $query = '')
 {
     return $this->photoAlbumDao->suggestEntityAlbums($entityType, $entityId, $query);
 }