Méthode |
Description |
|
__construct ( ) |
Constructor. |
|
getAbbrev ( $locale ) : string |
Get section title abbreviation. |
|
getAbstractWordCount ( ) : integer |
Get abstract word count limit. |
|
getAbstractsNotRequired ( ) : boolean |
Get boolean indicating whether abstracts are required |
|
getHideAbout ( ) : boolean |
Return boolean indicating if title should be hidden in About. |
|
getHideAuthor ( ) : boolean |
Return boolean indicating if author should be hidden in issue ToC. |
|
getHideTitle ( ) : boolean |
Return boolean indicating if title should be hidden in issue ToC. |
|
getIdentifyType ( $locale ) : string |
Get string identifying type of items in this section. |
|
getJournalId ( ) : integer |
Get ID of journal. |
|
getLocalizedAbbrev ( ) : string |
Get localized abbreviation of journal section. |
|
getLocalizedIdentifyType ( ) : string |
Get localized string identifying type of items in this section. |
|
getLocalizedPolicy ( ) : string |
Get localized section policy. |
|
getMetaIndexed ( ) : boolean |
Get open archive setting of section. |
|
getMetaReviewed ( ) : boolean |
Get peer-reviewed setting of section. |
|
getPolicy ( $locale ) : string |
Get policy. |
|
setAbbrev ( $abbrev, $locale ) |
Set section title abbreviation. |
|
setAbstractWordCount ( $wordCount ) |
Set abstract word count limit. |
|
setAbstractsNotRequired ( $abstractsNotRequired ) |
Set boolean indicating whether abstracts are required |
|
setHideAbout ( $hideAbout ) |
Set if title should be hidden in About. |
|
setHideAuthor ( $hideAuthor ) |
Set if author should be hidden in issue ToC. |
|
setHideTitle ( $hideTitle ) |
Set if title should be hidden in issue ToC. |
|
setIdentifyType ( $identifyType, $locale ) |
Set string identifying type of items in this section. |
|
setJournalId ( $journalId ) |
Set ID of journal. |
|
setMetaIndexed ( $metaIndexed ) |
Set open archive setting of section. |
|
setMetaReviewed ( $metaReviewed ) |
Set peer-reviewed setting of section. |
|
setPolicy ( $policy, $locale ) |
Set policy. |
|