PHP Class IssueGalley, ojs

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

Méthodes publiques

Свойство Type Description
$_issueFile IssueFile

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

getBestGalleyId() public méthode

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
Résultat string

getFile() public méthode

Get the file corresponding to this galley.
public getFile ( ) : IssueFile
Résultat IssueFile

getFileId() public méthode

Get file ID.
public getFileId ( ) : integer
Résultat integer

getGalleyLabel() public méthode

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

getLabel() public méthode

Get label/title.
public getLabel ( ) : string
Résultat string

getLocale() public méthode

Get locale.
public getLocale ( ) : string
Résultat string

getSequence() public méthode

Get sequence order.
public getSequence ( ) : float
Résultat float

getStoredPubId() public méthode

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 ).
Résultat string

getViews() public méthode

Get views count.
public getViews ( ) : integer
Résultat integer

isPdfGalley() public méthode

Check if galley is a PDF galley.
public isPdfGalley ( ) : boolean
Résultat boolean

setFileId() public méthode

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

setLabel() public méthode

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

setLocale() public méthode

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

setSequence() public méthode

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

setStoredPubId() public méthode

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

Property Details

$_issueFile public_oe property

public IssueFile $_issueFile
Résultat IssueFile