Ejemplo n.º 1
0
 /**
  * Return absolute path to the file on the host filesystem.
  * @return string
  */
 function getFilePath()
 {
     import('lib.pkp.classes.file.PKPTemporaryFileManager');
     $temporaryFileManager = new PKPTemporaryFileManager();
     return $temporaryFileManager->getBasePath() . $this->getFileName();
 }