コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 public function getPhotoListByUploadKey($uploadKey, array $exclude = null)
 {
     return $this->photoDao->findPhotoListByUploadKey($uploadKey, $exclude);
 }