Example #1
0
 /**
  * Finds album by id
  *
  * @param int $id
  * @return PHOTO_BOL_PhotoAlbum
  */
 public function findAlbumById($id)
 {
     return $this->photoAlbumDao->findById($id);
 }