Method |
Description |
|
__construct ( ) |
Constructor. |
|
_getContextLicenseFieldValue ( $locale, $field ) : string | null |
Get the value of a license field from the containing context. |
|
getBestArticleId ( ) : string |
Return the "best" article ID -- If a public article ID is set,
use it; otherwise use the internal article Id. |
|
getContextId ( ) : integer |
Get the context ID. |
|
getCoverImage ( $locale ) : string |
get cover page server-side file name |
|
getCoverImageAltText ( $locale ) : string |
get cover page alternate text |
|
getCurrentRound ( ) : integer |
Get current review round. |
|
getEndingPage ( ) : integer |
Get ending page of an article. |
|
getFastTracked ( ) : boolean |
get expedited |
|
getJournalId ( ) : integer |
Get ID of journal. |
|
getLocalizedCoverImage ( ) : string |
Get the localized cover page server-side file name |
|
getLocalizedCoverImageAltText ( ) : string |
Get the localized cover page alternate text |
|
getLocalizedCoverImageUrl ( ) : string |
Get a full URL to the localized cover image |
|
getSectionAbbrev ( ) : string |
Get section abbreviation. |
|
getSectionId ( ) : integer |
Get ID of article's section. |
|
getSectionTitle ( ) : string |
Get title of article's section. |
|
getStartingPage ( ) : integer |
Get starting page of an article. |
|
setContextId ( $contextId ) |
Set the context ID. |
|
setCoverImage ( $coverImage, $locale ) |
set cover page server-side file name |
|
setCoverImageAltText ( $coverImageAltText, $locale ) |
set cover page alternate text |
|
setCurrentRound ( $currentRound ) |
Set current review round. |
|
setFastTracked ( $fastTracked ) |
set fastTracked |
|
setJournalId ( $journalId ) |
Set ID of journal. |
|
setSectionAbbrev ( $sectionAbbrev ) |
Set section abbreviation. |
|
setSectionId ( $sectionId ) |
Set ID of article's section. |
|
setSectionTitle ( $sectionTitle ) |
Set title of article's section. |
|