コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 /**
  * Finds photo owner
  *
  * @param int $id
  * @return int
  */
 public function findPhotoOwner($id)
 {
     return $this->photoDao->findOwner($id);
 }