示例#1
0
 /**
  * Get directory where 'photo' plugin images are uploaded
  *
  * @return string
  */
 public function getPhotoUploadDir()
 {
     return $this->photoDao->getPhotoUploadDir();
 }