コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 public function getPhotoPluginFilesPath($photoId, $type = '')
 {
     return $this->photoDao->getPhotoPluginFilesPath($photoId, $type);
 }