Method |
Description |
|
__construct ( ) |
Constructor. |
|
getBestGalleyId ( ) : string |
Return the "best" article ID -- If a public article ID is set,
use it; otherwise use the internal article Id. |
|
getFile ( ) : SubmissionFile |
Get the submission file corresponding to this galley. |
|
getFileId ( ) : integer |
Get file id |
|
getFileType ( ) : string |
Get the file type corresponding to this galley. |
|
getGalleyLabel ( ) : string |
Get the localized galley label. |
|
getLabel ( ) : string |
Get label/title. |
|
getLocale ( ) : string |
Get locale. |
|
getLocalizedName ( ) : string |
Override the parent class to fetch the non-localized label. |
|
getName ( $locale ) : array |
|
|
getViews ( ) : integer |
Get views count. |
|
isPdfGalley ( ) : boolean |
Determine whether the galley is a PDF. |
|
setFileId ( $fileId ) |
Set file ID. |
|
setLabel ( $label ) |
Set label/title. |
|
setLocale ( $locale ) |
Set locale. |
|