Пример #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();
 }
 /**
  * Constructor.
  * Create a manager for handling temporary file uploads.
  */
 function TemporaryFileManager()
 {
     parent::PKPTemporaryFileManager();
 }