Esempio n. 1
0
 /**
  * Finds photo owner
  *
  * @param int $id
  * @return int
  */
 public function findPhotoOwner($id)
 {
     return $this->photoDao->findOwner($id);
 }