PHP Class JournalFileManager, ojs

Inheritance: extends BaseSubmissionFileManager
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$journal the associated article

Méthodes publiques

Méthode Description
__construct ( $journalId, $articleId ) Constructor.
deleteFile ( $fileName )
downloadFile ( $filePath, $fileType, $inline = false )
getBasePath ( ) : string Get the base path for file storage
uploadFile ( $fileName, $destFileName )

Method Details

__construct() public méthode

Constructor.
public __construct ( $journalId, $articleId )
$journalId int
$articleId int

deleteFile() public méthode

public deleteFile ( $fileName )

downloadFile() public méthode

public downloadFile ( $filePath, $fileType, $inline = false )

getBasePath() public méthode

Get the base path for file storage
public getBasePath ( ) : string
Résultat string

uploadFile() public méthode

public uploadFile ( $fileName, $destFileName )

Property Details

$journal public_oe property

the associated article
public $journal