Method |
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. |
|