PHP 클래스 IssueGalley, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_issueFile IssueFile

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getBestGalleyId ( ) : string Return the "best" issue galley ID -- If a public isue galley ID is set, use it; otherwise use the internal article Id.
getFile ( ) : IssueFile Get the file corresponding to this galley.
getFileId ( ) : integer Get file ID.
getGalleyLabel ( ) Get the localized value of the galley label.
getLabel ( ) : string Get label/title.
getLocale ( ) : string Get locale.
getSequence ( ) : float Get sequence order.
getStoredPubId ( $pubIdType ) : string Get stored public ID of the galley.
getViews ( ) : integer Get views count.
isPdfGalley ( ) : boolean Check if galley is a PDF galley.
setFileId ( $fileId ) Set file ID.
setLabel ( $label ) Set label/title.
setLocale ( $locale ) Set locale.
setSequence ( $sequence ) Set sequence order.
setStoredPubId ( $pubIdType, $pubId ) Set stored public galley id.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getBestGalleyId() 공개 메소드

Return the "best" issue galley ID -- If a public isue galley ID is set, use it; otherwise use the internal article Id.
public getBestGalleyId ( ) : string
리턴 string

getFile() 공개 메소드

Get the file corresponding to this galley.
public getFile ( ) : IssueFile
리턴 IssueFile

getFileId() 공개 메소드

Get file ID.
public getFileId ( ) : integer
리턴 integer

getGalleyLabel() 공개 메소드

Get the localized value of the galley label.
public getGalleyLabel ( )

getLabel() 공개 메소드

Get label/title.
public getLabel ( ) : string
리턴 string

getLocale() 공개 메소드

Get locale.
public getLocale ( ) : string
리턴 string

getSequence() 공개 메소드

Get sequence order.
public getSequence ( ) : float
리턴 float

getStoredPubId() 공개 메소드

Get stored public ID of the galley.
public getStoredPubId ( $pubIdType ) : string
$pubIdType string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see ).
리턴 string

getViews() 공개 메소드

Get views count.
public getViews ( ) : integer
리턴 integer

isPdfGalley() 공개 메소드

Check if galley is a PDF galley.
public isPdfGalley ( ) : boolean
리턴 boolean

setFileId() 공개 메소드

Set file ID.
public setFileId ( $fileId )
$fileId

setLabel() 공개 메소드

Set label/title.
public setLabel ( $label )
$label string

setLocale() 공개 메소드

Set locale.
public setLocale ( $locale )
$locale string

setSequence() 공개 메소드

Set sequence order.
public setSequence ( $sequence )
$sequence float

setStoredPubId() 공개 메소드

Set stored public galley id.
public setStoredPubId ( $pubIdType, $pubId )
$pubIdType string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see ).
$pubId string

프로퍼티 상세

$_issueFile 공개적으로 프로퍼티

public IssueFile $_issueFile
리턴 IssueFile