예제 #1
0
 /**
  * Get the file's document type (enumerated types)
  * @return string
  */
 function getDocumentType()
 {
     import('lib.pkp.classes.file.FileManager');
     $fileManager = new FileManager();
     return $fileManager->getDocumentType($this->getFileType());
 }
예제 #2
0
 /**
  * Get the file's document type (enumerated types)
  * @return string
  */
 function getDocumentType()
 {
     $fileManager = new FileManager();
     return $fileManager->getDocumentType($this->getFileType());
 }