コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 /**
  * Get directory where 'photo' plugin images are uploaded
  *
  * @return string
  */
 public function getPhotoUploadDir()
 {
     return $this->photoDao->getPhotoUploadDir();
 }