PHP 클래스 JournalFileManager, ojs

상속: extends BaseSubmissionFileManager
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$journal the associated article

공개 메소드들

메소드 설명
__construct ( $journalId, $articleId ) Constructor.
deleteFile ( $fileName )
downloadFile ( $filePath, $fileType, $inline = false )
getBasePath ( ) : string Get the base path for file storage
uploadFile ( $fileName, $destFileName )

메소드 상세

__construct() 공개 메소드

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

deleteFile() 공개 메소드

public deleteFile ( $fileName )

downloadFile() 공개 메소드

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

getBasePath() 공개 메소드

Get the base path for file storage
public getBasePath ( ) : string
리턴 string

uploadFile() 공개 메소드

public uploadFile ( $fileName, $destFileName )

프로퍼티 상세

$journal 공개적으로 프로퍼티

the associated article
public $journal